summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-10 21:03:43 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-10 21:03:43 +0000
commit950d21d0096344600c41e121e935f055dc24104a (patch)
tree6bcfa0dae7eefe23fa651017fdf0d96c81388bbf /usr
parentefacbe6c6c582c345fc6735b09f28e9b84732e15 (diff)
downloadpfsense-950d21d0096344600c41e121e935f055dc24104a.zip
pfsense-950d21d0096344600c41e121e935f055dc24104a.tar.gz
Correct reject usage.
Submitted-by: pscott
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_rules.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php
index 996864f..f54a611 100755
--- a/usr/local/www/firewall_rules.php
+++ b/usr/local/www/firewall_rules.php
@@ -211,7 +211,7 @@ include("head.inc");
<?php if ($filterent['type'] == "block")
$iconfn = "block";
else if ($filterent['type'] == "reject") {
- if ($filterent['protocol'] == "tcp" || $filterent['protocol'] == "udp")
+ if ($filterent['protocol'] == "tcp" || $filterent['protocol'] == "udp" || $filterent['protocol'] == "tcp/udp")
$iconfn = "reject";
else
$iconfn = "block";
OpenPOWER on IntegriCloud