From 08c4c25787e10e6f9f2b2b5de59afbf648243603 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Mon, 23 Sep 2013 17:31:01 +0800 Subject: quagga: fix babeld_option Fix babeld_option to make babeld start correctly. Signed-off-by: Chen Qi Signed-off-by: Joe MacDonald --- meta-networking/recipes-protocols/quagga/files/quagga.default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking/recipes-protocols') 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 # 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" -- cgit v1.2.3-54-g00ecf