Revision 245da543
Added by Jim Pingle almost 15 years ago
| usr/local/www/firewall_virtual_ip_edit.php | ||
|---|---|---|
| 111 | 111 |
$natiflist = get_configured_interface_with_descr(); |
| 112 | 112 |
foreach ($natiflist as $natif => $natdescr) {
|
| 113 | 113 |
if ($_POST['interface'] == $natif && empty($config['interfaces'][$natif]['ipaddr'])) |
| 114 |
$input_errors[] = gettext("The interface choosen for the VIP has no ip configured so it cannot be used as a parent for the VIP.");
|
|
| 114 |
$input_errors[] = gettext("The interface chosen for the VIP has no ip configured so it cannot be used as a parent for the VIP.");
|
|
| 115 | 115 |
if ($_POST['subnet'] == get_interface_ip($natif)) |
| 116 | 116 |
$input_errors[] = sprintf(gettext("The %s IP address may not be used in a virtual entry."),$natdescr);
|
| 117 | 117 |
} |
Also available in: Unified diff
Typo: choosen -> chosen