]> git.proxmox.com Git - mirror_frr.git/commit - babeld/babel_main.c
babeld: Fix --terminal option
authorYuxiang Zhu <vfreex@gmail.com>
Wed, 18 Jan 2023 19:16:22 +0000 (19:16 +0000)
committerYuxiang Zhu <vfreex@gmail.com>
Fri, 20 Jan 2023 16:04:06 +0000 (00:04 +0800)
commitc268bd31155875b9d1309d14ca57a6c05b1eb5ca
tree012f7471fdd65a6ac000f45eb88e99946ea7dbef
parent329dc2070440672c215bdf385f353deb35ef8442
babeld: Fix --terminal option

babeld's `--terminal` option doesn't work because it replaces `stdin`
with `/dev/null`. It seems to me this function can be removed as `frr_run`
handles that in daemon mode.

Signed-off-by: Yuxiang Zhu <vfreex@gmail.com>
babeld/babel_main.c