[package] babeld: add missing options in init
authorkerneis <kerneis@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 3 Jun 2010 21:06:17 +0000 (21:06 +0000)
committerkerneis <kerneis@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 3 Jun 2010 21:06:17 +0000 (21:06 +0000)
Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21665 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/babel/files/babeld.init

index a2a9453..24bfb6f 100755 (executable)
@@ -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 ' ' "'"
 }