diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index 3b51069bf..025b3a397 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -2425,7 +2425,7 @@ sub Flow_Filter() { } sub Fwmark_Rt_Mask() { - $ip && system( "$ip rule add help 2>&1 | grep -q MARK" ) == 0; + $ip && system( "$ip rule add help 2>&1 | grep -q /MASK" ) == 0; } our %detect_capability =