summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.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:01:57 -0400
commit45e12bad5ccc00c14e6610466b010dbf5cd89a2e (patch)
tree8e66ace8f03d76ee528c6b4a452cc41cd0756603 /etc/inc/filter.inc
parent5015ec4cd0c497ca1db68e7393d2898ba57efb0b (diff)
downloadpfsense-45e12bad5ccc00c14e6610466b010dbf5cd89a2e.zip
pfsense-45e12bad5ccc00c14e6610466b010dbf5cd89a2e.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/filter.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