From 458b20ace710d5decbcd103fe1265641f311443f Mon Sep 17 00:00:00 2001 From: teastep Date: Thu, 27 Oct 2005 02:00:23 +0000 Subject: [PATCH] Fix stupid typo in release notes git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2932 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/changelog.txt | 2 ++ Shorewall/releasenotes.txt | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index 1f960d729..7d783d82b 100755 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -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. diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index f724afd41..70edf9d68 100755 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -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.