mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 15:43:30 +01:00
Fix 'rejNotSyn'
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1955 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
23d5d9de3c
commit
97d46d35de
@ -119,3 +119,7 @@ Changes in 2.0.15
|
||||
Changes in 2.0.16
|
||||
|
||||
1) Backport DROPINVALID from 2.2.0.
|
||||
|
||||
Changes in 2.0.17
|
||||
|
||||
1) Fix rejNotSyn.
|
||||
|
@ -2938,7 +2938,7 @@ process_actions2() {
|
||||
[ "$COMMAND" != check ] && run_iptables -A dropNotSyn -p tcp ! --syn -j DROP
|
||||
;;
|
||||
rejNotSyn)
|
||||
[ "$COMMAND" != check ] && run_iptables -A rejectNotSyn -p tcp ! --syn -j REJECT --reject-with tcp-reset
|
||||
[ "$COMMAND" != check ] && run_iptables -A rejNotSyn -p tcp ! --syn -j REJECT --reject-with tcp-reset
|
||||
;;
|
||||
logNotSyn)
|
||||
log_action logNotSyn LOG
|
||||
|
@ -1,4 +1,4 @@
|
||||
Shorewall 2.0.16
|
||||
Shorewall 2.0.17
|
||||
|
||||
----------------------------------------------------------------------
|
||||
Problems Corrected in version 2.0.4
|
||||
@ -299,3 +299,8 @@ New Features in 2.0.16
|
||||
|
||||
If not specified or if specified as empty (e.g., DROPINVALID="")
|
||||
then DROPINVALID=Yes is assumed.
|
||||
-------------------------------------------------------------------------------
|
||||
Problems corrected in 2.0.17
|
||||
|
||||
1) Invoking the 'rejNotSyn' action results in an error at startup.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user