From 4e2842c3981e16ca9f4948c15cd9c79877fa548d Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 8 Jun 2007 20:12:39 +0000 Subject: [PATCH] Back out recent nonsense git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6498 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-perl/Shorewall/Rules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall-perl/Shorewall/Rules.pm b/Shorewall-perl/Shorewall/Rules.pm index 5633a9da1..4dc5dda33 100644 --- a/Shorewall-perl/Shorewall/Rules.pm +++ b/Shorewall-perl/Shorewall/Rules.pm @@ -1332,7 +1332,7 @@ sub generate_matrix() { my $chainref = $filter_table->{$chain}; return $chain if $chainref && $chainref->{referenced}; - return 'ACCEPT' if $zone eq $zone1 && @{$zones{$zone}{exclusions}} == 0; + return 'ACCEPT' if $zone eq $zone1; if ( $chainref->{policy} ne 'CONTINUE' ) { my $policyref = $chainref->{policychain};