mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-24 08:33:40 +01:00
Merge branch '4.4.13'
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
commit
f7db24f756
@ -3684,9 +3684,12 @@ sub expand_rule( $$$$$$$$$$;$ )
|
|||||||
# the associated interface chain
|
# the associated interface chain
|
||||||
#
|
#
|
||||||
sub promote_blacklist_rules() {
|
sub promote_blacklist_rules() {
|
||||||
my $promoted = 1;
|
|
||||||
my $chainbref = $filter_table->{blacklst};
|
my $chainbref = $filter_table->{blacklst};
|
||||||
|
|
||||||
|
return 1 unless $chainbref;
|
||||||
|
|
||||||
|
my $promoted = 1;
|
||||||
|
|
||||||
while ( $promoted ) {
|
while ( $promoted ) {
|
||||||
$promoted = 0;
|
$promoted = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user