babeld: fix configuration for new options

This commit is contained in:
Baptiste Jonglez 2014-06-08 12:47:50 +09:00 committed by Gabriel Kerneis
parent 940739efb6
commit 5838fc2716
1 changed files with 1 additions and 1 deletions

View File

@ -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'