diff options
Diffstat (limited to 'etc/inc')
-rw-r--r-- | etc/inc/gwlb.inc | 2 |
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 |