Change 'logunclean' messages to reflect LOG disposition

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@750 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2003-10-02 04:48:30 +00:00
parent 45e63c15ac
commit 5d489f01f9
3 changed files with 8 additions and 3 deletions

View File

@ -90,3 +90,5 @@ Changes since 1.4.6
not exist.
40) Process blacklist before DHCP.
41) Fix 'logunclean' log message disposition.

View File

@ -4007,11 +4007,11 @@ add_common_rules() {
LOGPARMS="$LOGPARMS --log-ip-options"
log_rule $LOGUNCLEAN logpkt DROP -p ! tcp
log_rule $LOGUNCLEAN logpkt LOG -p ! tcp
LOGPARMS="$LOGPARMS --log-tcp-options"
log_rule $LOGUNCLEAN logpkt DROP -p tcp
log_rule $LOGUNCLEAN logpkt LOG -p tcp
LOGPARMS="$savelogparms"

View File

@ -85,6 +85,9 @@ Problems Corrected since version 1.4.6:
that blacklist entries now take precedence over the 'dhcp'
interface setting.
17) The log message generated from the 'logunclean' interface option
has been changed to reflect a disposition of LOG rather than DROP.
Migration Issues:
1) IP Traffic Accounting is changed from Snapshot 20030813.