mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix scope for IPv6 link local gateway IPs. Ticket #6353
This commit is contained in:
parent
857f349086
commit
3ded329e23
@ -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'])) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user