1
0
mirror of https://gitlab.com/shorewall/code.git synced 2025-07-15 05:45:38 +02:00

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

@ -2672,7 +2672,7 @@ sub Logmark_Target() {
} }
sub Flow_Filter() { 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() { sub Fwmark_Rt_Mask() {