forked from extern/shorewall_code
Add clarification to tcrules
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1653 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
fc28f2f2be
commit
71b0a13a1e
@ -64,3 +64,5 @@ Changes in 2.0.10
|
||||
1) Corrected GATEWAY handling for 'pptpserver's
|
||||
|
||||
2) Correct log rule number generation.
|
||||
|
||||
3) Add clarification to /etc/shorewall/tcrules.
|
||||
|
@ -137,3 +137,7 @@ Problems corrected in version 2.0.10
|
||||
|
||||
2) When log rule numbers are included in the LOGFORMAT, duplicate
|
||||
rule numbers could previously be generated.
|
||||
|
||||
3) The /etc/shorewall/tcrules file now includes a note to the effect
|
||||
that rule evaluation continues after a match.
|
||||
|
||||
|
@ -11,6 +11,11 @@
|
||||
# FOR ENTRIES IN THIS FILE TO HAVE ANY EFFECT, YOU MUST SET
|
||||
# TC_ENABLED=Yes in /etc/shorewall/shorewall.conf
|
||||
#
|
||||
# Unlike rules in the /etc/shorewall/rules file, evaluation
|
||||
# of rules in this file will continue after a match. So the
|
||||
# final mark for each packet will be the one assigned by the
|
||||
# LAST tcrule that matches.
|
||||
#
|
||||
# Columns are:
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user