summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-06-18 11:01:57 -0400
committerjim-p <jimp@pfsense.org>2013-06-18 11:02:48 -0400
commitf63733e05b142094f5ba0a060791a0c97365ee4c (patch)
tree8e24de052feaed0f344215483fb2d6d4174673ee /etc/inc
parent57fa70112a9ab5bec06f5dd64bf0d987dfdae159 (diff)
downloadpfsense-f63733e05b142094f5ba0a060791a0c97365ee4c.zip
pfsense-f63733e05b142094f5ba0a060791a0c97365ee4c.tar.gz
No need for this block of code, it will always have flags by this point if they are needed.
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/filter.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 6d7bd9e..60feb1d 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -2370,10 +2370,6 @@ function filter_generate_user_rule($rule) {
$aline['flags'] .= " ) ";
}
}
- if($type == "reject" && $rule['protocol'] == "tcp" && (strpos($aline['flags'], 'flags') === false)) {
- /* special reject packet */
- $aline['flags'] .= "flags S/SA ";
- }
if($rule['defaultqueue'] <> "") {
$aline['queue'] = " queue (".$rule['defaultqueue'];
if($rule['ackqueue'] <> "")
OpenPOWER on IntegriCloud