[oe] [PATCH] quagga: fix babeld_option

Qi.Chen at windriver.com Qi.Chen at windriver.com
Mon Sep 23 09:31:01 UTC 2013


From: Chen Qi <Qi.Chen at windriver.com>

Fix babeld_option to make babeld start correctly.

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
---
 .../recipes-protocols/quagga/files/quagga.default  |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-protocols/quagga/files/quagga.default b/meta-networking/recipes-protocols/quagga/files/quagga.default
index 438c3b6..0c1ce6c 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"
-- 
1.7.9.5




More information about the Openembedded-devel mailing list