mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-14 09:38:15 +01:00
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() {
|
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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user