mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-27 01:53:27 +01:00
Fix ipset negation
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8568 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
9f0d90b946
commit
bf7960933f
@ -8,6 +8,8 @@ Changes in 4.2.0-Beta2
|
||||
|
||||
4) De-implement DYNAMIC_ZONES=Yes in Shorewall-perl.
|
||||
|
||||
5) Allow !+setname.
|
||||
|
||||
Changes in 4.2.0-Beta1
|
||||
|
||||
1) Fix handling of firewall marks.
|
||||
|
@ -83,7 +83,13 @@ Problems Corrected in Shorewall 4.2.0 Beta 2
|
||||
1) When 'norfc1918' was specified on an interface with an RFC 1918 IP
|
||||
address, the compiled script would terminate without changing the
|
||||
state of the firewall. Under these circumstances, the script now
|
||||
issues a warning message and continues.
|
||||
issues a warning message and continues.
|
||||
|
||||
Problems Corrected in Shorewall-perl 4.2.0 Beta 2
|
||||
|
||||
1) Except in /etc/shorewall/hosts, ipset names may now be preceded by
|
||||
'!' to specify that matching IP addresses are not members of the
|
||||
set.
|
||||
|
||||
Other Changes in Shoreall 4.2.0 Beta 2.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user