From d32d36b2e6869e147621af5e7bbe46e2d4f0c88d Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 24 Mar 2006 00:43:31 +0000 Subject: [PATCH] Fix typo in release notes git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3724 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 b26061845..0c567659f 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -42,7 +42,7 @@ Other changes in 3.2.0 Beta 2 zones (in /etc/shorewall/zones). Normally, you want to have a set of special rules for the subzone and if a connection doesn't match any of those subzone-specific rules then you want the parent zone rules to be - applied. with IMPLICIT_CONTINUE=Yes, that happens automatically. + applied. With IMPLICIT_CONTINUE=Yes, that happens automatically. If IMPLICIT_CONTINUE=No or if IMPLICIT_CONTINUE is not set, then subzones are not subject to this special treatment.