[oe-commits] Chen Qi : quagga: fix babeld_option

git at git.openembedded.org git at git.openembedded.org
Mon Sep 23 13:46:48 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 08c4c25787e10e6f9f2b2b5de59afbf648243603
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=08c4c25787e10e6f9f2b2b5de59afbf648243603

Author: Chen Qi <Qi.Chen at windriver.com>
Date:   Mon Sep 23 17:31:01 2013 +0800

quagga: fix babeld_option

Fix babeld_option to make babeld start correctly.

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
Signed-off-by: Joe MacDonald <joe at deserted.net>

---

 .../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 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"



More information about the Openembedded-commits mailing list