Expand chain naming

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@778 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2003-10-25 00:55:58 +00:00
parent 5448a9cc38
commit e46c76253c
2 changed files with 7 additions and 2 deletions

View File

@ -19,3 +19,5 @@ Changes since 1.4.7
8) Fix tcrules processing.
9) Liberalize chain names used in the accounting file.
10) Fix the fix for 'complex' zones.

View File

@ -1,6 +1,6 @@
This is a minor release of Shorewall.
Problems Corrected since version 1.4.6:
Problems Corrected since version 1.4.7:
1) Tuomo Soini has supplied a correction to a problem that occurs using
some versions of 'ash'. The symptom is that "shorewall start" fails
@ -35,7 +35,10 @@ Problems Corrected since version 1.4.6:
6) When the MARK value in a tcrules entry is followed by ":F" or ":P",
the ":F" or ":P" was previously only applied to the first Netfilter
rule generated by the entry. It is now applied to all entries.
rule generated by the entry. It is now applied to all entries.
7) The original fix for item 5) above contained a bug which caused the
"<zone>_frwd" chain to have too few rules. That has been corrected.
Migration Issues: