mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 17:58:07 +02:00
Fix stupid typo in release notes
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2932 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
6dedf93060
commit
458b20ace7
@ -2,6 +2,8 @@ Changes in 3.0.0 RC 3.
|
|||||||
|
|
||||||
1) ROUTE target and Extended Mark removed from capabilities.
|
1) ROUTE target and Extended Mark removed from capabilities.
|
||||||
|
|
||||||
|
2) Correct stupid typo in release notes ([rej|drop]NewNot vs. [rej|drop]NewNon)
|
||||||
|
|
||||||
Changes in 3.0.0 RC 2.
|
Changes in 3.0.0 RC 2.
|
||||||
|
|
||||||
1) Fix support for OpenVPN and tcp.
|
1) Fix support for OpenVPN and tcp.
|
||||||
|
@ -183,15 +183,15 @@ Migration Considerations:
|
|||||||
removed as have the 'newnotsyn' options in /etc/shorewall/interfaces
|
removed as have the 'newnotsyn' options in /etc/shorewall/interfaces
|
||||||
and /etc/shorewall/hosts.
|
and /etc/shorewall/hosts.
|
||||||
|
|
||||||
TCP new-not-syn packets may be blocked using the 'dropNonSyn' or
|
TCP new-not-syn packets may be blocked using the 'dropNotSyn' or
|
||||||
'rejNonSyn' built-in actions.
|
'rejNotSyn' built-in actions.
|
||||||
|
|
||||||
Example: Reject all new-not-syn packets from the net and log them at
|
Example: Reject all new-not-syn packets from the net and log them at
|
||||||
the 'info' level.
|
the 'info' level.
|
||||||
|
|
||||||
#ACTION SOURCE DEST PROTO
|
#ACTION SOURCE DEST PROTO
|
||||||
SECTION NEW
|
SECTION NEW
|
||||||
rejNonSyn:info net all tcp
|
rejNotSyn:info net all tcp
|
||||||
|
|
||||||
Note that the rule is added at the front of the NEW section of the
|
Note that the rule is added at the front of the NEW section of the
|
||||||
rules file.
|
rules file.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user