mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Correct swapped values
This commit is contained in:
parent
a9b2e638f8
commit
dc3dedbbf9
@ -38,10 +38,10 @@ function setup_gateways_monitor() {
|
||||
if (is_array($config['gateways']['settings'])) {
|
||||
$a_settings = &$config['gateways']['settings'];
|
||||
} else {
|
||||
$a_settings['latencylow'] = "10";
|
||||
$a_settings['latencyhigh'] = "20";
|
||||
$a_settings['losslow'] = "100";
|
||||
$a_settings['losshigh'] = "500";
|
||||
$a_settings['latencylow'] = "200";
|
||||
$a_settings['latencyhigh'] = "500";
|
||||
$a_settings['losslow'] = "10";
|
||||
$a_settings['losshigh'] = "20";
|
||||
}
|
||||
|
||||
/* kill apinger process */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user