(I'm not sure this works, let's ask for a test first)
This commit is contained in:
Ad Schellevis 2020-10-30 17:31:28 +01:00
parent 4e9a8abf98
commit d87f4d79c4

View File

@ -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']);
}
}