summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_virtual_ip_edit.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-02-21 08:30:11 -0300
committerRenato Botelho <garga@FreeBSD.org>2013-02-21 08:30:11 -0300
commit8de7e1805a44a42f49bb0b9132ef3f6160079ae1 (patch)
tree9407715575296570b4b55f7114174937fc85ae8b /usr/local/www/firewall_virtual_ip_edit.php
parent6e828f9865a8478f78ca19ecc261db82e356cf6b (diff)
downloadpfsense-8de7e1805a44a42f49bb0b9132ef3f6160079ae1.zip
pfsense-8de7e1805a44a42f49bb0b9132ef3f6160079ae1.tar.gz
Improve error message since we can have ipv6 set here
Diffstat (limited to 'usr/local/www/firewall_virtual_ip_edit.php')
-rwxr-xr-xusr/local/www/firewall_virtual_ip_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_virtual_ip_edit.php b/usr/local/www/firewall_virtual_ip_edit.php
index 2b24bad..fed5e5c 100755
--- a/usr/local/www/firewall_virtual_ip_edit.php
+++ b/usr/local/www/firewall_virtual_ip_edit.php
@@ -114,7 +114,7 @@ if ($_POST) {
if (!is_ipaddr($_POST['subnet']))
$input_errors[] = gettext("A valid IP address must be specified.");
else if (is_ipaddr_configured($_POST['subnet'], "vip_" . $id))
- $input_errors[] = gettext("This IPv4 address is being used by another interface or VIP.");
+ $input_errors[] = gettext("This IP address is being used by another interface or VIP.");
}
$natiflist = get_configured_interface_with_descr();
OpenPOWER on IntegriCloud