forked from extern/shorewall_code
Correct detection of FLOW_FILTER
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
0a605c63f2
commit
f3b5d5585f
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user