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:
teastep 2005-10-27 02:00:23 +00:00
parent 6dedf93060
commit 458b20ace7
2 changed files with 5 additions and 3 deletions

View File

@ -2,6 +2,8 @@ Changes in 3.0.0 RC 3.
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.
1) Fix support for OpenVPN and tcp.

View File

@ -183,15 +183,15 @@ Migration Considerations:
removed as have the 'newnotsyn' options in /etc/shorewall/interfaces
and /etc/shorewall/hosts.
TCP new-not-syn packets may be blocked using the 'dropNonSyn' or
'rejNonSyn' built-in actions.
TCP new-not-syn packets may be blocked using the 'dropNotSyn' or
'rejNotSyn' built-in actions.
Example: Reject all new-not-syn packets from the net and log them at
the 'info' level.
#ACTION SOURCE DEST PROTO
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
rules file.