From 9d7ff26f254fce03d0fd165df61cb8465ac21220 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 23 Feb 2017 14:27:31 -0800 Subject: [PATCH] Helps if you actually add the ipauth mask to the characteristics mask. --- node/Network.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/node/Network.cpp b/node/Network.cpp index 50df58bb5..f227d0360 100644 --- a/node/Network.cpp +++ b/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];