mirror of
https://git.openwrt.org/feed/routing.git
synced 2025-01-08 11:47:51 +08:00
babeld: fix configuration for new options
This commit is contained in:
parent
940739efb6
commit
5838fc2716
@ -93,7 +93,7 @@ babel_addif() {
|
||||
append_parm "$cfg" 'rxcost' 'rxcost'
|
||||
append_parm "$cfg" 'hello_interval' 'hello-interval'
|
||||
append_parm "$cfg" 'update_interval' 'update-interval'
|
||||
append_bool "$cfg" 'enable_timestamps' 'enable-timestamps'
|
||||
append_parm "$cfg" 'enable_timestamps' 'enable-timestamps'
|
||||
append_parm "$cfg" 'max_rtt_penalty' 'max-rtt-penalty'
|
||||
append_parm "$cfg" 'rtt_decay' 'rtt-decay'
|
||||
append_parm "$cfg" 'rtt_min' 'rtt-min'
|
||||
|
Loading…
Reference in New Issue
Block a user