mirror of
https://github.com/espressif/openthread.git
synced 2026-09-05 16:50:05 +00:00
[posix-netif] refactor address changing logs (#7271)
This commit is contained in:
@@ -200,7 +200,7 @@ void TestNetifMulticastAddresses(void)
|
||||
|
||||
for (uint8_t i = 0; i < 5; i++)
|
||||
{
|
||||
VerifyOrQuit(netif.SubscribeExternalMulticast(addresses[i]) == kErrorInvalidArgs,
|
||||
VerifyOrQuit(netif.SubscribeExternalMulticast(addresses[i]) == kErrorRejected,
|
||||
"SubscribeExternalMulticast() did not fail when address was a default/fixed address");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user