mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-26 04:32:01 +02:00
Merge branch '4.4.20'
This commit is contained in:
commit
243a09783c
@ -333,6 +333,7 @@ our $family;
|
|||||||
#
|
#
|
||||||
my %builtin_target = ( ACCEPT => 1,
|
my %builtin_target = ( ACCEPT => 1,
|
||||||
ACCOUNT => 1,
|
ACCOUNT => 1,
|
||||||
|
AUDIT => 1,
|
||||||
CHAOS => 1,
|
CHAOS => 1,
|
||||||
CHECKSUM => 1,
|
CHECKSUM => 1,
|
||||||
CLASSIFY => 1,
|
CLASSIFY => 1,
|
||||||
@ -344,6 +345,7 @@ my %builtin_target = ( ACCEPT => 1,
|
|||||||
DELUDE => 1,
|
DELUDE => 1,
|
||||||
DHCPMAC => 1,
|
DHCPMAC => 1,
|
||||||
DNAT => 1,
|
DNAT => 1,
|
||||||
|
DNETMAP => 1,
|
||||||
DROP => 1,
|
DROP => 1,
|
||||||
DSCP => 1,
|
DSCP => 1,
|
||||||
ECHO => 1,
|
ECHO => 1,
|
||||||
|
@ -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
|
6) Shorewall now sets /proc/sys/net/bridge/bridge_nf_call_iptables or
|
||||||
/proc/sys/net/bridge/bridge_nf_call_ip6tables when there are
|
/proc/sys/net/bridge/bridge_nf_call_ip6tables when there are
|
||||||
interfaces with the 'bridge' option. This insures that netfilter
|
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
|
I I. K N O W N P R O B L E M S R E M A I N I N G
|
||||||
|
Loading…
x
Reference in New Issue
Block a user