Merge branch '4.4.20'

This commit is contained in:
Tom Eastep 2011-05-31 15:45:09 -07:00
commit 243a09783c
2 changed files with 8 additions and 1 deletions

View File

@ -333,6 +333,7 @@ our $family;
#
my %builtin_target = ( ACCEPT => 1,
ACCOUNT => 1,
AUDIT => 1,
CHAOS => 1,
CHECKSUM => 1,
CLASSIFY => 1,
@ -344,6 +345,7 @@ my %builtin_target = ( ACCEPT => 1,
DELUDE => 1,
DHCPMAC => 1,
DNAT => 1,
DNETMAP => 1,
DROP => 1,
DSCP => 1,
ECHO => 1,

View File

@ -85,7 +85,12 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES
6) Shorewall now sets /proc/sys/net/bridge/bridge_nf_call_iptables or
/proc/sys/net/bridge/bridge_nf_call_ip6tables when there are
interfaces with the 'bridge' option. This insures that netfilter
rules are invoked for bridged traffic.
rules are invoked for bridged traffic. Previously, Shorewall was
not setting these flags with the possible result that a
bridge/firewall would not work properly.
7) Problem corrections released in 4.4.19.1-4.4.19.4 (see below)
are also included in this release.
----------------------------------------------------------------------------
I I. K N O W N P R O B L E M S R E M A I N I N G