mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-26 17:43:15 +01:00
Correct handling of dest IPSET.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
b8ec460a1a
commit
c9b1b7684c
@ -1558,13 +1558,11 @@ sub process_tc_filter2( $$$$$$$$$ ) {
|
|||||||
$offset += 4;
|
$offset += 4;
|
||||||
$rule .= ' and' if @parts;
|
$rule .= ' and' if @parts;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
$have_rule = 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$have_rule = 1;
|
$have_rule = 1;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
if ( $have_rule ) {
|
if ( $have_rule ) {
|
||||||
push @$filtersref, ( "\nrun_tc $rule\\" ,
|
push @$filtersref, ( "\nrun_tc $rule\\" ,
|
||||||
|
Loading…
Reference in New Issue
Block a user