mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 14:05:06 +00:00
quagga: fix babeld_option
Fix babeld_option to make babeld start correctly. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
This commit is contained in:
parent
a83a588b4d
commit
08c4c25787
@ -4,7 +4,7 @@ vtysh_enable=yes
|
|||||||
|
|
||||||
# Bind all daemons to loopback only by default
|
# Bind all daemons to loopback only by default
|
||||||
zebra_options=" --daemon -A 127.0.0.1"
|
zebra_options=" --daemon -A 127.0.0.1"
|
||||||
babeld_options="-D 127.0.0.1"
|
babeld_options="--daemon -A 127.0.0.1"
|
||||||
bgpd_options=" --daemon -A 127.0.0.1"
|
bgpd_options=" --daemon -A 127.0.0.1"
|
||||||
ospfd_options=" --daemon -A 127.0.0.1"
|
ospfd_options=" --daemon -A 127.0.0.1"
|
||||||
ospf6d_options="--daemon -A ::1"
|
ospf6d_options="--daemon -A ::1"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user