mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 11:55:08 +03:00
spelling: destination
This commit is contained in:
parent
5b0ab7a070
commit
e4981ee5a1
@ -356,7 +356,7 @@ void L3RecvL2(L3IF *f, PKT *p)
|
||||
return;
|
||||
}
|
||||
|
||||
// Ignore any packets except a unicast packet which is destinated other
|
||||
// Ignore any packets except a unicast packet which is at destination
|
||||
// or a packet which I sent
|
||||
if (Cmp(p->MacAddressSrc, f->MacAddress, 6) == 0 ||
|
||||
(p->BroadcastPacket == false && Cmp(p->MacAddressDest, f->MacAddress, 6) != 0))
|
||||
|
Loading…
Reference in New Issue
Block a user