mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
Clarify incorrect gateway IP error (#3093)
This commit is contained in:
parent
0c751d732a
commit
f127c7d9a9
@ -110,7 +110,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
|
||||
}
|
||||
}
|
||||
if (!empty($pconfig['gateway']) && !is_ipaddr($pconfig['gateway'])) {
|
||||
$input_errors[] = gettext("A valid IP address must be specified.");
|
||||
$input_errors[] = gettext("A valid gateway IP address must be specified.");
|
||||
}
|
||||
|
||||
/* ipalias and carp should not use network or broadcast address */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user