Correct handling of ipsets in tcfilters

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

View File

@ -1518,7 +1518,7 @@ sub process_tc_filter2( $$$$$$$$$ ) {
$rule .= ' and' if $have_rule;
if ( $source =~ /^\+/ ) {
$rule = join( '', "\\\n ", handle_ematch( $source, 'src' ) );
$rule .= join( '', "\\\n ", handle_ematch( $source, 'src' ) );
} else {
my @parts = decompose_net_u32( $source );