mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-15 21:58:21 +00:00
Helps if you actually add the ipauth mask to the characteristics mask.
This commit is contained in:
@ -532,6 +532,7 @@ static _doZtFilterResult _doZtFilter(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
cf |= ownershipVerificationMask;
|
||||||
if ((etherType == ZT_ETHERTYPE_IPV4)&&(frameLen >= 20)&&(frameData[9] == 0x06)) {
|
if ((etherType == ZT_ETHERTYPE_IPV4)&&(frameLen >= 20)&&(frameData[9] == 0x06)) {
|
||||||
const unsigned int headerLen = 4 * (frameData[0] & 0xf);
|
const unsigned int headerLen = 4 * (frameData[0] & 0xf);
|
||||||
cf |= (uint64_t)frameData[headerLen + 13];
|
cf |= (uint64_t)frameData[headerLen + 13];
|
||||||
|
Reference in New Issue
Block a user