summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/etc/inc/gwlb.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/gwlb.inc b/src/etc/inc/gwlb.inc
index 4070c9d..cbdceb5 100644
--- a/src/etc/inc/gwlb.inc
+++ b/src/etc/inc/gwlb.inc
@@ -261,7 +261,7 @@ function setup_gateways_monitor() {
} else if ($gateway['ipprotocol'] == "inet6") { // This is an IPv6 gateway...
if (is_linklocal($gateway['gateway']) &&
get_ll_scope($gateway['gateway']) == '') {
- $gateways_arr[$gwname]['gateway'] .= '%' . $gateway['interface'];
+ $gateway['gateway'] .= '%' . $gateway['interface'];
}
if (is_linklocal($gateway['monitor'])) {
OpenPOWER on IntegriCloud