summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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