summaryrefslogtreecommitdiffstats
path: root/etc/inc/gwlb.inc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-07-13 11:41:58 -0300
committerRenato Botelho <garga@FreeBSD.org>2013-07-13 11:42:39 -0300
commit63b8c4db3bebb0e203dd6903f310ca87ef3e8061 (patch)
tree010d8ff13e064423f0d12353e7302e9b8cf50457 /etc/inc/gwlb.inc
parent74bd3c3f7f075e5b68859042747aa010d7e52505 (diff)
downloadpfsense-63b8c4db3bebb0e203dd6903f310ca87ef3e8061.zip
pfsense-63b8c4db3bebb0e203dd6903f310ca87ef3e8061.tar.gz
Fix #3091, fix bad var assignment
Diffstat (limited to 'etc/inc/gwlb.inc')
-rw-r--r--etc/inc/gwlb.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc
index ba9129d..9f7ebf7 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -176,7 +176,7 @@ EOD;
} else
continue;
- $monitor_ips[] = monitor_ips;
+ $monitor_ips[] = $gateway['monitor'];
$apingercfg = "target \"{$gateway['monitor']}\" {\n";
$apingercfg .= " description \"{$name}\"\n";
$apingercfg .= " srcip \"{$gwifip}\"\n";
OpenPOWER on IntegriCloud