summaryrefslogtreecommitdiffstats
path: root/etc/inc/gwlb.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-08-16 19:45:46 +0000
committerErmal <eri@pfsense.org>2013-08-16 19:48:57 +0000
commitf843664906d2f63efc6fdb8b182b2cc3f0c2096a (patch)
tree722033481e4b030ff75f7ea6cc8e5885e7b3bec7 /etc/inc/gwlb.inc
parent4a19d53c4215ad2425295ca518b55891536177d3 (diff)
downloadpfsense-f843664906d2f63efc6fdb8b182b2cc3f0c2096a.zip
pfsense-f843664906d2f63efc6fdb8b182b2cc3f0c2096a.tar.gz
Ooops fix this to add only th einterface
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 3dd13f9..a1c86ad 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -170,7 +170,7 @@ EOD;
$gwifip = find_interface_ipv6($gateway['interface'], true);
}
if (is_linklocal($gateway['monitor']) && !strstr($gateway['monitor'], '%'))
- $gateway['monitor'] .= "{$gateway['monitor']}%{$gateway['interface']}";
+ $gateway['monitor'] .= "%{$gateway['interface']}";
if (!is_ipaddrv6($gwifip))
continue; //Skip this target
} else
OpenPOWER on IntegriCloud