Correct handling of dest IPSET.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-10-24 09:06:05 -07:00
parent b8ec460a1a
commit c9b1b7684c
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -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\\" ,