From 2e186c9258d4ecd7b38e82e8e783db94f7e1508b Mon Sep 17 00:00:00 2001 From: Gabriel Kerneis Date: Thu, 3 Jun 2010 21:15:23 +0000 Subject: [PATCH] babeld: fix wrong option order Thanks to Juliusz and Nico. Signed-off-by: Gabriel Kerneis SVN-Revision: 21666 --- 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.30.2