mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 09:47:51 +02:00
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} ) {
|
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 ];
|
push @rule_chains , [ $zone , $firewall_zone , $chain2 ];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user