forked from extern/shorewall_code
Back out recent nonsense
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6498 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
a32cb14c7e
commit
4e2842c398
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user