From f2f8cab962ca0ec101b8626e1ac7f4dc228caafc Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 26 Jul 2009 12:29:37 -0700 Subject: [PATCH] Make 'any' a reserved zone name --- Shorewall/Perl/Shorewall/Zones.pm | 1 + Shorewall/changelog.txt | 4 ++++ Shorewall/releasenotes.txt | 3 +++ 3 files changed, 8 insertions(+) diff --git a/Shorewall/Perl/Shorewall/Zones.pm b/Shorewall/Perl/Shorewall/Zones.pm index 9f6c834fc..bba2bb1f9 100644 --- a/Shorewall/Perl/Shorewall/Zones.pm +++ b/Shorewall/Perl/Shorewall/Zones.pm @@ -122,6 +122,7 @@ our %zones; our $firewall_zone; our %reservedName = ( all => 1, + any => 1, none => 1, SOURCE => 1, DEST => 1 ); diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index b9fa678b6..a79a179be 100644 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -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. diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index 38d6b833a..548104dcc 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -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 ----------------------------------------------------------------------------