summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-04-23 21:51:32 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-04-23 21:51:32 +0000
commit8ae8a3efba12ae122d1d1fa8fc8da3d49d26ddf5 (patch)
treecec596e25667c7720cddd09692c0e89170958823 /etc/inc/pfsense-utils.inc
parent45fda8b86408fb056b37b587c5fb92073dabc0e0 (diff)
downloadpfsense-8ae8a3efba12ae122d1d1fa8fc8da3d49d26ddf5.zip
pfsense-8ae8a3efba12ae122d1d1fa8fc8da3d49d26ddf5.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 0ff8fdb..8528bc3 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