mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-01 15:35:50 +02:00
Little tweak to 'all'-NONE policy fix -- take 2
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6034 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
e99a37f98d
commit
5c241dbc65
@ -1187,7 +1187,7 @@ sub process_rule ( $$$$$$$$$ ) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
( ( my $destzone ) , undef ) = split /:/, $dest;
|
my $destzone = (split /:/, $dest)[0];
|
||||||
my $policychainref = $filter_table->{"${zone}2${destzone}"}{policychain};
|
my $policychainref = $filter_table->{"${zone}2${destzone}"}{policychain};
|
||||||
if ( $policychainref->{policy} ne 'NONE' ) {
|
if ( $policychainref->{policy} ne 'NONE' ) {
|
||||||
process_rule1 $target, $zone, $dest , $proto, $ports, $sports, $origdest, $ratelimit, $user;
|
process_rule1 $target, $zone, $dest , $proto, $ports, $sports, $origdest, $ratelimit, $user;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user