Make 'any' a reserved zone name

This commit is contained in:
Tom Eastep 2009-07-26 12:29:37 -07:00
parent 26cb2b1eeb
commit f2f8cab962
3 changed files with 8 additions and 0 deletions

View File

@ -122,6 +122,7 @@ our %zones;
our $firewall_zone;
our %reservedName = ( all => 1,
any => 1,
none => 1,
SOURCE => 1,
DEST => 1 );

View File

@ -2,6 +2,10 @@ Changes in Shorewall 4.4.0-RC2
1) Fix capabilities file with Shorewall6.
2) Allow Shorewall6 to recognize TC, IP and IPSET
3) Make 'any' a reserved zone name.
Changes in Shorewall 4.4.0-RC1
1) Delete duplicate Git macro.

View File

@ -118,6 +118,9 @@ Shorewall 4.4.0 RC2
2) Shorewall6 did not recognize the TC, IP and IPSET options.
3) 'any' is now a reserved name. In RC1, 'any' could be defined as the
name of a zone.
----------------------------------------------------------------------------
K N O W N P R O B L E M S R E M A I N I N G
----------------------------------------------------------------------------