diff --git a/src/etc/inc/gwlb.inc b/src/etc/inc/gwlb.inc index 4070c9d55a..cbdceb59cf 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'])) {