summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_virtual_ip_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/firewall_virtual_ip_edit.php')
-rw-r--r--usr/local/www/firewall_virtual_ip_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/firewall_virtual_ip_edit.php b/usr/local/www/firewall_virtual_ip_edit.php
index 0986622..662ee5e 100644
--- a/usr/local/www/firewall_virtual_ip_edit.php
+++ b/usr/local/www/firewall_virtual_ip_edit.php
@@ -193,7 +193,7 @@ if ($_POST) {
if ($_POST['interface'] == 'lo0')
$input_errors[] = gettext("For this type of vip localhost is not allowed.");
else if (strpos($_POST['interface'], '_vip'))
- $input_errors[] = gettext("For this type of vip a carp parent is not allowed.");
+ $input_errors[] = gettext("A CARP parent interface can only be used with IP Alias type Virtual IPs.");
break;
case 'ipalias':
if (strstr($_POST['interface'], "_vip")) {
@@ -217,7 +217,7 @@ if ($_POST) {
if ($_POST['interface'] == 'lo0')
$input_errors[] = gettext("For this type of vip localhost is not allowed.");
else if (strpos($_POST['interface'], '_vip'))
- $input_errors[] = gettext("For this type of vip a carp parent is not allowed.");
+ $input_errors[] = gettext("A CARP parent interface can only be used with IP Alias type Virtual IPs.");
break;
}
OpenPOWER on IntegriCloud