Fix logging in rules at the end of INPUT and OUTPUT

This commit is contained in:
Tom Eastep 2009-08-25 09:22:26 -07:00
parent 8932106394
commit 1b26c65cbc
3 changed files with 6 additions and 2 deletions

View File

@ -444,7 +444,7 @@ sub complete_standard_chain ( $$$$ ) {
run_user_exit $stdchainref;
my $ruleschainref = $filter_table->{"${zone}2${zone2}"};
my $ruleschainref = $filter_table->{"${zone}2${zone2}"} || $filter_table->{all2all};
my ( $policy, $loglevel, $defaultaction ) = ( $default , 6, $config{$default . '_DEFAULT'} );
my $policychainref;

View File

@ -14,6 +14,8 @@ Changes in Shorewall 4.4.1
7) Redefine 'full' for sub-classes.
8) Fix log level in rules at the end of INPUT and OUTPUT chains.
Changes in Shorewall 4.4.0
1) Fix 'compile ... -' so that it no longer requires '-v-1'

View File

@ -169,7 +169,9 @@ Shorewall 4.4.1
P R O B L E M S C O R R E C T E D I N 4 . 4 . 1
----------------------------------------------------------------------------
None.
1) If ULOG was specified as the LOG LEVEL in the all->all policy, the
rules at the end of the INPUT and OUTPUT chains would still use the
LOG target rather than ULOG.
----------------------------------------------------------------------------
K N O W N P R O B L E M S R E M A I N I N G