Revision 45e12bad
Added by Jim Pingle about 12 years ago
etc/inc/filter.inc | ||
---|---|---|
2370 | 2370 |
$aline['flags'] .= " ) "; |
2371 | 2371 |
} |
2372 | 2372 |
} |
2373 |
if($type == "reject" && $rule['protocol'] == "tcp" && (strpos($aline['flags'], 'flags') === false)) { |
|
2374 |
/* special reject packet */ |
|
2375 |
$aline['flags'] .= "flags S/SA "; |
|
2376 |
} |
|
2377 | 2373 |
if($rule['defaultqueue'] <> "") { |
2378 | 2374 |
$aline['queue'] = " queue (".$rule['defaultqueue']; |
2379 | 2375 |
if($rule['ackqueue'] <> "") |
Also available in: Unified diff
No need for this block of code, it will always have flags by this point if they are needed.