forked from extern/shorewall_code
Move fix for missing OUTPUT chains to Shorewall-perl where it belongs
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6601 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
34507e4057
commit
77fc4152b7
@ -1515,7 +1515,7 @@ sub generate_matrix() {
|
||||
}
|
||||
|
||||
if ( $config{DYNAMIC_ZONES} ) {
|
||||
push @rule_chains , [ $firewall_zone , $zone , $chain1 ];
|
||||
push @rule_chains , [ $firewall_zone , $zone , $chain1 ] if $chain1;
|
||||
push @rule_chains , [ $zone , $firewall_zone , $chain2 ];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user