mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 21:24:32 +04:00
babeld: fix configuration for new options
This commit is contained in:
committed by
Gabriel Kerneis
parent
940739efb6
commit
5838fc2716
@@ -93,7 +93,7 @@ babel_addif() {
|
|||||||
append_parm "$cfg" 'rxcost' 'rxcost'
|
append_parm "$cfg" 'rxcost' 'rxcost'
|
||||||
append_parm "$cfg" 'hello_interval' 'hello-interval'
|
append_parm "$cfg" 'hello_interval' 'hello-interval'
|
||||||
append_parm "$cfg" 'update_interval' 'update-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" 'max_rtt_penalty' 'max-rtt-penalty'
|
||||||
append_parm "$cfg" 'rtt_decay' 'rtt-decay'
|
append_parm "$cfg" 'rtt_decay' 'rtt-decay'
|
||||||
append_parm "$cfg" 'rtt_min' 'rtt-min'
|
append_parm "$cfg" 'rtt_min' 'rtt-min'
|
||||||
|
|||||||
Reference in New Issue
Block a user