summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-03-03 17:45:46 +0000
committerErmal Luçi <eri@pfsense.org>2008-03-03 17:45:46 +0000
commit72320b88ba1047e07d75a4b58aa93291e8593f8b (patch)
tree82ebcd8c6b66360cd24ffdcd3a9bca4dac8a0e1a /usr/local/www/firewall_rules_edit.php
parentc3214b80ced8ca1142ab71eea985cc1fdbc9d9a3 (diff)
downloadpfsense-72320b88ba1047e07d75a4b58aa93291e8593f8b.zip
pfsense-72320b88ba1047e07d75a4b58aa93291e8593f8b.tar.gz
Allow the FloatingRules extra options to be displayed when creating rules from scratch
Diffstat (limited to 'usr/local/www/firewall_rules_edit.php')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index ab2a441..082d0f9 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -152,6 +152,8 @@ if (isset($id) && $a_filter[$id]) {
$pconfig['src'] = "any";
$pconfig['dst'] = "any";
}
+/* Allow the FlotingRules to work */
+$if = $pconfig['interface'];
if (isset($_GET['dup']))
unset($id);
OpenPOWER on IntegriCloud