summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2009-05-30 00:40:39 +0200
committerSeth Mos <seth.mos@xs4all.nl>2009-05-30 00:41:11 +0200
commitdc3dedbbf94caf75ab69d1721c93275c010681d9 (patch)
treee21dbf4ada6a1e240660528b8f1d41e4016e8691
parenta9b2e638f864befaec2f1b4890b2ed8af665a6ee (diff)
downloadpfsense-dc3dedbbf94caf75ab69d1721c93275c010681d9.zip
pfsense-dc3dedbbf94caf75ab69d1721c93275c010681d9.tar.gz
Correct swapped values
-rw-r--r--etc/inc/gwlb.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc
index 7329658..a8ea996 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -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 */
OpenPOWER on IntegriCloud