From: Gabriel Kerneis Date: Thu, 3 Jun 2010 21:06:17 +0000 (+0000) Subject: babeld: add missing options in init X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=60ff80fcd416e23c7ca1560f05454f2b638fe2fe;p=openwrt%2Fsvn-archive%2Fpackages.git babeld: add missing options in init Signed-off-by: Gabriel Kerneis SVN-Revision: 21665 --- diff --git a/net/babel/files/babeld.init b/net/babel/files/babeld.init index a2a945364..24bfb6f17 100755 --- a/net/babel/files/babeld.init +++ b/net/babel/files/babeld.init @@ -57,6 +57,7 @@ babel_filter() { append_parm "$cfg" 'type' '' append_parm "$cfg" 'ip' 'ip' + append_parm "$cfg" 'eq' 'eq' append_parm "$cfg" 'le' 'le' append_parm "$cfg" 'ge' 'ge' append_parm "$cfg" 'neigh' 'neigh' @@ -67,6 +68,8 @@ babel_filter() { append_bool "$cfg" 'local' 'local' + append_parm "$cfg" 'action' '' + append args ' ' "'" }