summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_virtual_ip_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-05-30 21:27:11 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-05-30 21:27:11 +0000
commit26f8b8ef216cbd17ea743b218211c4d6553e1416 (patch)
tree4a9d36b63c5209e8860ac434440bbe0da5adfd25 /usr/local/www/firewall_virtual_ip_edit.php
parent900d98d0ed2d48910d2b117c4e218bb396c355ab (diff)
downloadpfsense-26f8b8ef216cbd17ea743b218211c4d6553e1416.zip
pfsense-26f8b8ef216cbd17ea743b218211c4d6553e1416.tar.gz
Backout /32 change, it doesnt work on FreeBSD as it does on OpenBSD. All traffic stopped even though master / slave status was correct.
Diffstat (limited to 'usr/local/www/firewall_virtual_ip_edit.php')
-rwxr-xr-xusr/local/www/firewall_virtual_ip_edit.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr/local/www/firewall_virtual_ip_edit.php b/usr/local/www/firewall_virtual_ip_edit.php
index e85488d..a1ee0c9 100755
--- a/usr/local/www/firewall_virtual_ip_edit.php
+++ b/usr/local/www/firewall_virtual_ip_edit.php
@@ -170,10 +170,6 @@ if ($_POST) {
$vipent['subnet'] = $_POST['subnet'];
}
- /* force a netmask of /32 for carp ip's */
- if ($vipent['type'] == "carp")
- $vipent['subnet_bits'] = "32";
-
if (isset($id) && $a_vip[$id]) {
/* modify all virtual IP rules with this address */
for ($i = 0; isset($config['nat']['rule'][$i]); $i++) {
OpenPOWER on IntegriCloud