[ip6] define Ip6::NetifIdentifier mirroring otNetifIdentifier (#8219)

This commit is contained in:
Abtin Keshavarzian
2022-09-30 08:36:48 -07:00
committed by GitHub
parent 7954c34231
commit bd8513b904
12 changed files with 40 additions and 28 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ void MessageInfo::SetSockAddrToRlocPeerAddrTo(const Ip6::Address &aPeerAddress)
Error Agent::Start(void)
{
return Coap::Start(kUdpPort, OT_NETIF_THREAD);
return Coap::Start(kUdpPort, Ip6::kNetifThread);
}
Error Agent::Filter(const Message &aMessage, const Ip6::MessageInfo &aMessageInfo, void *aContext)