[package] babeld: fix wrong option order
Thanks to Juliusz and Nico. Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr> git-svn-id: svn://svn.openwrt.org/openwrt/packages@21666 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fab2e8a3e0
commit
505dec4af9
@ -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 ' ' "'"
|
||||
|
Loading…
x
Reference in New Issue
Block a user