projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a174852
)
babeld: add missing options in init
author
Gabriel Kerneis
<kerneis@pps.jussieu.fr>
Thu, 3 Jun 2010 21:06:17 +0000
(21:06 +0000)
committer
Gabriel Kerneis
<kerneis@pps.jussieu.fr>
Thu, 3 Jun 2010 21:06:17 +0000
(21:06 +0000)
Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>
SVN-Revision: 21665
net/babel/files/babeld.init
patch
|
blob
|
history
diff --git
a/net/babel/files/babeld.init
b/net/babel/files/babeld.init
index a2a94536473a441e1c8438f885cb52c0e0ff8539..24bfb6f178642db8ad7b1392ce4c476a25339afa 100755
(executable)
--- 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 ' ' "'"
}