summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-04-23 21:51:22 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-04-23 21:51:22 +0000
commite6123bd48863178710ed52fde67c6b231d4ae86c (patch)
treef9d279c38ae1a1d02eb3b62e46161f708a750f03 /etc/inc/pfsense-utils.inc
parent60a8d6d4ff61aa4956552a436f961ace19e8295d (diff)
downloadpfsense-e6123bd48863178710ed52fde67c6b231d4ae86c.zip
pfsense-e6123bd48863178710ed52fde67c6b231d4ae86c.tar.gz
Dont check-state on the rules.
Diffstat (limited to 'etc/inc/pfsense-utils.inc')
-rw-r--r--etc/inc/pfsense-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 177f8b1..a88179b 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -471,7 +471,7 @@ function tdr_create_ipfw_rule($rule, $type) {
/* piece together the actual user rule */
$line .= $type . " " . $aline['prot'] . $aline['src'] .
- $aline['srcport'] . $aline['dst'] . $aline['dstport'] . " in recv " . $aline['interface'] . " check-state";
+ $aline['srcport'] . $aline['dst'] . $aline['dstport'] . " in recv " . $aline['interface'];
return $line;
OpenPOWER on IntegriCloud