forked from extern/shorewall_code
Make 'any' a reserved zone name
This commit is contained in:
parent
26cb2b1eeb
commit
f2f8cab962
@ -122,6 +122,7 @@ our %zones;
|
||||
our $firewall_zone;
|
||||
|
||||
our %reservedName = ( all => 1,
|
||||
any => 1,
|
||||
none => 1,
|
||||
SOURCE => 1,
|
||||
DEST => 1 );
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user