[address-resolver] accept multicast Address Error Notification (#4540)

This commit is contained in:
Duda, Lukasz
2020-02-11 14:18:08 -08:00
committed by Jonathan Hui
parent 3d029d27fc
commit 17f779fa62
+1 -2
View File
@@ -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");