forked from extern/shorewall_code
Fix compiler detection of FWMARK_RT_MASK -- take 2
This commit is contained in:
parent
0e87ccbcfd
commit
b445b4fdd9
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user