From f3b5d5585f963b765604de9f3b3de581aa9ce4bf Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 1 Nov 2011 06:21:34 -0700 Subject: [PATCH] Correct detection of FLOW_FILTER Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index 6d5aad84e..736787e2f 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -2672,7 +2672,7 @@ sub Logmark_Target() { } sub Flow_Filter() { - $tc && system( "$tc filter add flow add help 2>&1 | grep -q ^Usage" ) == 0; + $tc && system( "$tc filter add flow help 2>&1 | grep -q ^Usage" ) == 0; } sub Fwmark_Rt_Mask() {