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:
@ -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() {
|
||||||
|
Reference in New Issue
Block a user