Modify rejNotSyn to use new/corrected features

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2017-03-07 10:34:15 -08:00
parent 8e000b158e
commit a4768776f7
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -34,6 +34,6 @@ DEFAULTS -
?error "Invalid argument (@1) to rejNotSyn"
?endif
?else
REJECT ;; -p 6 ! --syn
REJECT(tcp-reset) {proto=6:!syn}
?endif