[oe] [PATCH] quagga: fix babeld_option

Joe MacDonald joe at deserted.net
Mon Sep 23 14:00:15 UTC 2013


Merged.  Please ensure these are tagged with [meta-networking] in the
subject.

Thanks,
-J.

[[oe] [PATCH] quagga: fix babeld_option] On 13.09.23 (Mon 17:31) Qi.Chen at windriver.com wrote:

> 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"
-- 
-Joe MacDonald.
:wq
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20130923/dd3258a3/attachment-0002.sig>


More information about the Openembedded-devel mailing list