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:
teastep 2008-06-14 00:23:36 +00:00
parent 9f0d90b946
commit bf7960933f
2 changed files with 9 additions and 1 deletions

View File

@ -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.

View File

@ -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.