mirror of
https://gitlab.com/shorewall/code.git
synced 2025-08-19 05:01:47 +02:00
Fix compiler detection of FWMARK_RT_MASK -- take 2
This commit is contained in:
@@ -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 =
|
||||
|
Reference in New Issue
Block a user