Correctly handle ipset in tcfilter DEST

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-10-23 16:43:49 -07:00
parent 3df488e710
commit f9cfde91e5
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -1556,6 +1556,8 @@ sub process_tc_filter2( $$$$$$$$$ ) {
$offset += 4;
$rule .= ' and' if @parts;
}
$have_rule = 1;
}
$have_rule = 1;