summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-04-22 22:11:37 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-04-22 22:11:37 +0000
commit103a98ad5e31890f28f9335b7cd666fd7d0fbb8b (patch)
treea4a89f00e1eccfd0d2e40035cc3b4521b638dcfa /etc/inc/pfsense-utils.inc
parent8bbeb09d75c9f28f74869dee76c98fdc054d9f25 (diff)
downloadpfsense-103a98ad5e31890f28f9335b7cd666fd7d0fbb8b.zip
pfsense-103a98ad5e31890f28f9335b7cd666fd7d0fbb8b.tar.gz
Make the ordering of the IPFW time based rules exactly the same as PF so there are no strange "gotchas" or "caveats" that the user would have to abide by.
Diffstat (limited to 'etc/inc/pfsense-utils.inc')
-rw-r--r--etc/inc/pfsense-utils.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index b8c0ea5..99c1521 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -465,6 +465,10 @@ function tdr_create_ipfw_rule($rule, $type) {
$type = "skipto $next_rule";
}
+ if($type == "noschedallow") {
+ $type = "allow";
+ }
+
/* piece together the actual user rule */
$line .= $type . " " . $aline['prot'] . $aline['src'] .
$aline['srcport'] . $aline['dst'] . $aline['dstport'] . " in recv " . $aline['interface'];
OpenPOWER on IntegriCloud