mirror of
https://github.com/espressif/openthread.git
synced 2026-08-08 11:47:46 +00:00
Fix multicast from Ncp Host going back to host (#1910)
* fix multicast from Ncp Host going back to host * rename SendFromNcpHost to SendRaw
This commit is contained in:
@@ -162,8 +162,8 @@ otError otIp6Send(otInstance *aInstance, otMessage *aMessage)
|
||||
|
||||
otLogFuncEntry();
|
||||
|
||||
error = aInstance->mIp6.HandleDatagram(*static_cast<Message *>(aMessage), NULL,
|
||||
aInstance->mThreadNetif.GetInterfaceId(), NULL, true);
|
||||
error = aInstance->mIp6.SendRaw(*static_cast<Message *>(aMessage),
|
||||
aInstance->mThreadNetif.GetInterfaceId());
|
||||
|
||||
otLogFuncExitErr(error);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user