ipauth characteristic now works with ARP
This commit is contained in:
parent
dd92f1d03d
commit
4436824faf
3 changed files with 3 additions and 2 deletions
|
@ -515,6 +515,8 @@ static _doZtFilterResult _doZtFilter(
|
|||
src.set((const void *)(frameData + 12),4,0);
|
||||
} else if ((etherType == ZT_ETHERTYPE_IPV6)&&(frameLen >= 40)) {
|
||||
src.set((const void *)(frameData + 8),16,0);
|
||||
} else if ((etherType == ZT_ETHERTYPE_ARP)&&(frameLen >= 28)) {
|
||||
src.set((const void *)(frameData + 14),4,0);
|
||||
}
|
||||
if (inbound) {
|
||||
if (membership) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue