summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJim P <jim@pingle.org>2012-07-05 07:06:42 -0700
committerJim P <jim@pingle.org>2012-07-05 07:06:42 -0700
commit7f2bd97c627fc0992d56114cd008b719cef22df3 (patch)
tree7d7a915206e13511d75ee241ea6a0be924e37f51 /etc
parentb2b9892dbf3e0f856895fde14b10fe7ba864772e (diff)
parent02a8dab0094179d76ba140ef55ae952037fec6b3 (diff)
downloadpfsense-7f2bd97c627fc0992d56114cd008b719cef22df3.zip
pfsense-7f2bd97c627fc0992d56114cd008b719cef22df3.tar.gz
Merge pull request #167 from ccesario/master
Change field name from lowloss to losslow fixes ticket #2537
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/gwlb.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc
index cb9d050..eef1fca 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -1,7 +1,7 @@
<?php
/*
Copyright (C) 2008 Bill Marquette, Seth Mos
- Copyright (C) 2010 Ermal Lu�i
+ Copyright (C) 2010 Ermal Luçi
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -179,7 +179,7 @@ EOD;
$alarms = "";
$alarmscfg = "";
$override = false;
- if (!empty($gateway['lowloss'])) {
+ if (!empty($gateway['losslow'])) {
$alarmscfg .= "alarm loss \"{$name}loss\" {\n";
$alarmscfg .= "\tpercent_low {$gateway['losslow']}\n";
$alarmscfg .= "\tpercent_high {$gateway['losshigh']}\n";
OpenPOWER on IntegriCloud