From f9cfde91e56ca475a5589d52d1b434a251d7914b Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 23 Oct 2016 16:43:49 -0700 Subject: [PATCH] Correctly handle ipset in tcfilter DEST Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Tc.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Shorewall/Perl/Shorewall/Tc.pm b/Shorewall/Perl/Shorewall/Tc.pm index 558ec739a..8737f82da 100644 --- a/Shorewall/Perl/Shorewall/Tc.pm +++ b/Shorewall/Perl/Shorewall/Tc.pm @@ -1556,6 +1556,8 @@ sub process_tc_filter2( $$$$$$$$$ ) { $offset += 4; $rule .= ' and' if @parts; } + + $have_rule = 1; } $have_rule = 1;