mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 17:44:41 +00:00
gateways: far gateway IPv6 for https://github.com/opnsense/core/issues/4436
(I'm not sure this works, let's ask for a test first)
This commit is contained in:
parent
4e9a8abf98
commit
d87f4d79c4
@ -129,7 +129,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||
}
|
||||
}
|
||||
|
||||
if (!$found) {
|
||||
if (!$found && !isset($pconfig['fargw'])) {
|
||||
$input_errors[] = sprintf(gettext('The gateway address "%s" does not lie within one of the chosen interface\'s IPv6 subnets.'), $pconfig['gateway']);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user