We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52cf29 commit 840c54dCopy full SHA for 840c54d
src/core/net/ip6.cpp
@@ -963,7 +963,9 @@ Error Ip6::PassToHost(OwnedPtr<Message> &aMessagePtr,
963
VerifyOrExit(aReceive, error = kErrorDrop);
964
}
965
966
- if (mReceiveFilterEnabled && aReceive)
+ if (mReceiveFilterEnabled && aReceive &&
967
+ (!aHeader.GetDestination().IsMulticast() || aHeader.GetDestination().IsLinkLocalMulticast() ||
968
+ aHeader.GetDestination().IsRealmLocalMulticast()))
969
{
970
switch (aIpProto)
971
0 commit comments