From 505dec4af964bb408843ffe45ec880d84ffc0355 Mon Sep 17 00:00:00 2001 From: kerneis Date: Thu, 3 Jun 2010 21:15:23 +0000 Subject: [PATCH] [package] babeld: fix wrong option order Thanks to Juliusz and Nico. Signed-off-by: Gabriel Kerneis git-svn-id: svn://svn.openwrt.org/openwrt/packages@21666 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/babel/files/babeld.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/babel/files/babeld.init b/net/babel/files/babeld.init index 24bfb6f17..dfcf70098 100755 --- a/net/babel/files/babeld.init +++ b/net/babel/files/babeld.init @@ -56,6 +56,8 @@ babel_filter() { append_parm "$cfg" 'type' '' + append_bool "$cfg" 'local' 'local' + append_parm "$cfg" 'ip' 'ip' append_parm "$cfg" 'eq' 'eq' append_parm "$cfg" 'le' 'le' @@ -66,8 +68,6 @@ babel_filter() { append_ifname "$cfg" 'if' 'if' - append_bool "$cfg" 'local' 'local' - append_parm "$cfg" 'action' '' append args ' ' "'" -- 2.11.0