summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_virtual_ip_edit.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-11-10 23:53:50 -0600
committerChris Buechler <cmb@pfsense.org>2014-11-10 23:53:50 -0600
commit5f4f83652fca8329b212bd4ee6d8c6c8fa0c9a22 (patch)
treee8133ec035a86504e9c615f175fa79c765951cad /usr/local/www/firewall_virtual_ip_edit.php
parent29aef6c45b43c5a00efb0b4e036ac437face42b7 (diff)
downloadpfsense-5f4f83652fca8329b212bd4ee6d8c6c8fa0c9a22.zip
pfsense-5f4f83652fca8329b212bd4ee6d8c6c8fa0c9a22.tar.gz
fix text
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