From 6056b47c0b1b20294ddd632e24d25e7c21d0769a Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 7 Jun 2006 16:13:54 +0000 Subject: [PATCH] Fix typo in the release notes git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4015 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/releasenotes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index f1e67f824..1a405b6f9 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -85,7 +85,7 @@ Migration Considerations: 4) Important if you use the QUEUE target. In the /etc/shorewall/rules file and in actions, you may now specify - 'tcpsyn' in the PROTO column. 'tcpsyn' is equivalent to 'tcp' but also + 'tcp:syn' in the PROTO column. 'tcp:syn' is equivalent to 'tcp' but also requires that the SYN flag is set and the RST, FIN and ACK flags be off ("--syn" is added to the iptables rule).