From 4ffd80d6e8a96897ddf89eb49be6951b7842d714 Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 24 Mar 2008 17:36:17 +0000 Subject: [PATCH] Tweak release notes git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8348 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-common/releasenotes.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Shorewall-common/releasenotes.txt b/Shorewall-common/releasenotes.txt index be1dd312b..b9a5b51e0 100644 --- a/Shorewall-common/releasenotes.txt +++ b/Shorewall-common/releasenotes.txt @@ -107,17 +107,18 @@ New Features in 4.1.7. ETH0_1_GATEWAY=$(uci get /var/state/network.wan0.gateway) 2) A new CONNBYTES column has been added to the tcrules file. The - contents are: + column defines a byte or packet range that the connection must fall + within in order for the rule to match. The contents are: [!]:[[:{O|R|B}[:{B|P|A}]]] ! matches if the the packet/byte count is not within the range defined by and . - is an integer which defines the beginning of a byte/packet + is an integer which defines the beginning of the byte/packet range. - is an integer which defines the end of a byte/packet range. + is an integer which defines the end of the byte/packet range. If omitted, only the beginning of the range is checked. The first letter gives the direction which the range refers to: @@ -572,7 +573,7 @@ New Features in Shorewall 4.1. dump'. The AUTO_COMMENT option has a default value of 'Yes' and is only - available under Shorewall-perl The option is ignored by + available under Shorewall-perl. The option is ignored by Shorewall-shell. 24) The default value for the IMPLICIT_CONTINUE option has been changed