From f843664906d2f63efc6fdb8b182b2cc3f0c2096a Mon Sep 17 00:00:00 2001 From: Ermal Date: Fri, 16 Aug 2013 19:45:46 +0000 Subject: Ooops fix this to add only th einterface --- etc/inc/gwlb.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/inc/gwlb.inc') 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 -- cgit v1.1