From 1ed05f0fefd2738184690b56537aed13a58f00c9 Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 10 Dec 2005 20:11:07 +0000 Subject: [PATCH] Change CLEAR_TC default to 'Yes' git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3148 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/changelog.txt | 2 ++ Shorewall/releasenotes.txt | 4 ++++ Shorewall/shorewall.conf | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index 86c5be0c0..081b1204f 100755 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -26,6 +26,8 @@ Changes in 3.0.3 13) Add upgrade considerations for 2.0 users to release notes. +14) Change default for CLEAR_TC to "Yes". + Changes in 3.0.2 1) Typos in the Samples corrected. diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index fe8d47285..c3cd37ff3 100755 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -64,6 +64,10 @@ Problems Corrected in 3.0.3 5) The README.txt file in the tarball was stale and contained incorrect information. It has been corrected. +6) The shorewall.conf default setting of CLEAR_TC was previously "No". Given + that the default setting of TC_ENABLED is "Internal", the setting of + CLREAR_TC has been changed to the more appropriate value of "Yes". + New Features in 3.0.3 1) A "shorewall show macros" command has been added. This command displays diff --git a/Shorewall/shorewall.conf b/Shorewall/shorewall.conf index 43df9a668..a7b31fe0d 100755 --- a/Shorewall/shorewall.conf +++ b/Shorewall/shorewall.conf @@ -465,7 +465,7 @@ TC_ENABLED=Internal # If omitted, CLEAR_TC=Yes is assumed. # -CLEAR_TC=No +CLEAR_TC=Yes # # Mark Packets in the forward chain