diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2013-09-23 17:31:01 +0800 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2013-09-23 09:56:56 -0400 |
commit | 08c4c25787e10e6f9f2b2b5de59afbf648243603 (patch) | |
tree | a71f56fa28c33df626fa565deb036418ff0671d7 /meta-networking/recipes-protocols/quagga | |
parent | a83a588b4d096e89909e537b765d8988b4ca64b0 (diff) | |
download | meta-openembedded-08c4c25787e10e6f9f2b2b5de59afbf648243603.tar.gz |
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>
Diffstat (limited to 'meta-networking/recipes-protocols/quagga')
-rw-r--r-- | meta-networking/recipes-protocols/quagga/files/quagga.default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/quagga/files/quagga.default b/meta-networking/recipes-protocols/quagga/files/quagga.default index 438c3b603..0c1ce6c04 100644 --- a/meta-networking/recipes-protocols/quagga/files/quagga.default +++ b/meta-networking/recipes-protocols/quagga/files/quagga.default | |||
@@ -4,7 +4,7 @@ vtysh_enable=yes | |||
4 | 4 | ||
5 | # Bind all daemons to loopback only by default | 5 | # Bind all daemons to loopback only by default |
6 | zebra_options=" --daemon -A 127.0.0.1" | 6 | zebra_options=" --daemon -A 127.0.0.1" |
7 | babeld_options="-D 127.0.0.1" | 7 | babeld_options="--daemon -A 127.0.0.1" |
8 | bgpd_options=" --daemon -A 127.0.0.1" | 8 | bgpd_options=" --daemon -A 127.0.0.1" |
9 | ospfd_options=" --daemon -A 127.0.0.1" | 9 | ospfd_options=" --daemon -A 127.0.0.1" |
10 | ospf6d_options="--daemon -A ::1" | 10 | ospf6d_options="--daemon -A ::1" |