Correct detection of FLOW_FILTER

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2011-11-01 06:21:34 -07:00
parent 0a605c63f2
commit f3b5d5585f

View File

@ -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() {