Change CLEAR_TC default to 'Yes'

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3148 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-12-10 20:11:07 +00:00
parent de2ef85620
commit 1ed05f0fef
3 changed files with 7 additions and 1 deletions

View File

@ -26,6 +26,8 @@ Changes in 3.0.3
13) Add upgrade considerations for 2.0 users to release notes. 13) Add upgrade considerations for 2.0 users to release notes.
14) Change default for CLEAR_TC to "Yes".
Changes in 3.0.2 Changes in 3.0.2
1) Typos in the Samples corrected. 1) Typos in the Samples corrected.

View File

@ -64,6 +64,10 @@ Problems Corrected in 3.0.3
5) The README.txt file in the tarball was stale and contained incorrect 5) The README.txt file in the tarball was stale and contained incorrect
information. It has been corrected. 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 New Features in 3.0.3
1) A "shorewall show macros" command has been added. This command displays 1) A "shorewall show macros" command has been added. This command displays

View File

@ -465,7 +465,7 @@ TC_ENABLED=Internal
# If omitted, CLEAR_TC=Yes is assumed. # If omitted, CLEAR_TC=Yes is assumed.
# #
CLEAR_TC=No CLEAR_TC=Yes
# #
# Mark Packets in the forward chain # Mark Packets in the forward chain