mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 15:43:30 +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,12 +1558,10 @@ sub process_tc_filter2( $$$$$$$$$ ) {
|
||||
$offset += 4;
|
||||
$rule .= ' and' if @parts;
|
||||
}
|
||||
|
||||
$have_rule = 1;
|
||||
}
|
||||
|
||||
$have_rule = 1;
|
||||
}
|
||||
|
||||
$have_rule = 1;
|
||||
}
|
||||
|
||||
if ( $have_rule ) {
|
||||
|
Loading…
Reference in New Issue
Block a user