Browse Source

Helps if you actually add the ipauth mask to the characteristics mask.

Adam Ierymenko 8 years ago
parent
commit
9d7ff26f25
1 changed files with 1 additions and 0 deletions
  1. 1 0
      node/Network.cpp

+ 1 - 0
node/Network.cpp

@@ -532,6 +532,7 @@ static _doZtFilterResult _doZtFilter(
 						}
 					}
 				}
+				cf |= ownershipVerificationMask;
 				if ((etherType == ZT_ETHERTYPE_IPV4)&&(frameLen >= 20)&&(frameData[9] == 0x06)) {
 					const unsigned int headerLen = 4 * (frameData[0] & 0xf);
 					cf |= (uint64_t)frameData[headerLen + 13];