From 1772523c3ab3a7e07aab870b0cb8789c08207b6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=E7i?= Date: Thu, 1 Oct 2009 15:33:31 +0000 Subject: Add more checks. --- usr/local/www/firewall_virtual_ip_edit.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr/local/www') diff --git a/usr/local/www/firewall_virtual_ip_edit.php b/usr/local/www/firewall_virtual_ip_edit.php index ed381f5..6503047 100755 --- a/usr/local/www/firewall_virtual_ip_edit.php +++ b/usr/local/www/firewall_virtual_ip_edit.php @@ -141,7 +141,8 @@ if ($_POST) { if (!ip_in_subnet($_POST['subnet'], gen_subnet($parent_ip, $parent_sn) . "/" . $parent_sn)) { $cannot_find = $_POST['subnet'] . "/" . $_POST['subnet_bits'] ; $input_errors[] = "Sorry, we could not locate an interface with a matching subnet for {$cannot_find}. Please add an IP alias in this subnet on this interface."; - } + } else if ($parent_sn != $_POST['subnet_bits']) + $input_errors[] = "Subnet bits needs to be the same as the parent interface."; } if (!$input_errors) { -- cgit v1.1