summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-08-17 09:02:18 +0000
committerErmal <eri@pfsense.org>2011-08-17 09:02:18 +0000
commit4bd491a3e3e904d3e352001eaf612409a1801ff3 (patch)
tree1f9abace6c7714a77a945e25a6c8e4ee53bf55a2
parent7734aea648d609bbdf308d97f85d7d089c831d6f (diff)
downloadpfsense-4bd491a3e3e904d3e352001eaf612409a1801ff3.zip
pfsense-4bd491a3e3e904d3e352001eaf612409a1801ff3.tar.gz
Comment out code that seems to not be anymore useful. Remove later on if no complaints in sight.
-rwxr-xr-xusr/local/www/firewall_virtual_ip_edit.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/firewall_virtual_ip_edit.php b/usr/local/www/firewall_virtual_ip_edit.php
index dd10780..90a733c 100755
--- a/usr/local/www/firewall_virtual_ip_edit.php
+++ b/usr/local/www/firewall_virtual_ip_edit.php
@@ -190,7 +190,8 @@ if ($_POST) {
}
- if (isset($id) && ($a_vip[$id])) {
+ /* XXX: Seems this code is to draconian and without a real usefulness. Leaving commented out for now and remove later on */
+ if (0 && isset($id) && ($a_vip[$id])) {
if ($a_vip[$id]['mode'] != $_POST['mode']) {
$bringdown = false;
if ($a_vip[$id]['mode'] == "proxyarp") {
OpenPOWER on IntegriCloud