mirror of
https://github.com/espressif/openthread.git
synced 2026-08-03 09:27:47 +00:00
[address-resolver] accept multicast Address Error Notification (#4540)
This commit is contained in:
committed by
Jonathan Hui
parent
3d029d27fc
commit
17f779fa62
@@ -564,8 +564,7 @@ void AddressResolver::HandleAddressError(Coap::Message &aMessage, const Ip6::Mes
|
||||
Mac::ExtAddress macAddr;
|
||||
Ip6::Address destination;
|
||||
|
||||
VerifyOrExit(aMessage.GetType() == OT_COAP_TYPE_CONFIRMABLE && aMessage.GetCode() == OT_COAP_CODE_POST,
|
||||
error = OT_ERROR_DROP);
|
||||
VerifyOrExit(aMessage.GetCode() == OT_COAP_CODE_POST, error = OT_ERROR_DROP);
|
||||
|
||||
otLogInfoArp("Received address error notification");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user