summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-03-19 22:22:25 +0000
committerErmal Luçi <eri@pfsense.org>2008-03-19 22:22:25 +0000
commit1326c2592ab7730e37f7c7dfffcaa07471a656d6 (patch)
tree9bbb4fa5694d89b9857312eca440e9cdc6355b99 /usr
parent46e9bebe0507c7f094da4c040c56181363631de3 (diff)
downloadpfsense-1326c2592ab7730e37f7c7dfffcaa07471a656d6.zip
pfsense-1326c2592ab7730e37f7c7dfffcaa07471a656d6.tar.gz
Allow tags placed on Floating Rules to be used for matching on interface tabs.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 5ad9363..348529e 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -860,12 +860,12 @@ include("head.inc");
<br /><span class="vexpl"><?=gettext("You can mark a packet matching this rule and
use this mark to match on other rules. It is called <b>Policy filtering</b>");?>
</span><p>
+<?php endif; ?>
<input name="tagged" id="tagged" value="<?=htmlspecialchars($pconfig['tagged']);?>"
>
<br /><span class="vexpl"><?=gettext("You can match packet on a mark placed before
on another rule.")?>
</span> <p>
-<?php endif; ?>
<input name="max-src-nodes" id="max-src-nodes" value="<?php echo $pconfig['max-src-nodes'] ?>"><br> Simultaneous client connection limit<p>
<input name="max-src-states" id="max-src-states" value="<?php echo $pconfig['max-src-states'] ?>"><br> Maximum state entries per host<p>
OpenPOWER on IntegriCloud