Fix compiler detection of FWMARK_RT_MASK -- take 2

This commit is contained in:
Tom Eastep 2010-07-05 08:51:13 -07:00
parent 0e87ccbcfd
commit b445b4fdd9

View File

@ -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 =