aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2013-09-23 17:31:01 +0800
committerJoe MacDonald <joe@deserted.net>2013-09-23 09:56:56 -0400
commit08c4c25787e10e6f9f2b2b5de59afbf648243603 (patch)
treea71f56fa28c33df626fa565deb036418ff0671d7 /meta-networking
parenta83a588b4d096e89909e537b765d8988b4ca64b0 (diff)
downloadmeta-openembedded-contrib-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')
-rw-r--r--meta-networking/recipes-protocols/quagga/files/quagga.default2
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 438c3b6035..0c1ce6c042 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
# Bind all daemons to loopback only by default
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"
ospfd_options=" --daemon -A 127.0.0.1"
ospf6d_options="--daemon -A ::1"