mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 18:44:44 +00:00
Gateways, since we return empty gateways for dynamic ipv6 entries, we should also permit those as default gateway. could be https://github.com/opnsense/core/issues/3604
This commit is contained in:
parent
3b865f337f
commit
a6264e5062
@ -276,7 +276,7 @@ class Gateways
|
||||
continue;
|
||||
} elseif (!empty($gateway['disabled']) || !empty($gateway['is_loopback'])) {
|
||||
continue;
|
||||
} elseif (!empty($gateway['gateway'])) {
|
||||
} else {
|
||||
return $gateway;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user