mirror of
https://github.com/espressif/openthread.git
synced 2026-08-25 11:49:51 +00:00
[dhcp6-server] fix removal of anycast address (#6423)
This commit is contained in:
@@ -94,6 +94,7 @@ Error Server::UpdateService(void)
|
||||
|
||||
if (!found)
|
||||
{
|
||||
Get<ThreadNetif>().RemoveUnicastAddress(prefixAgent.GetAloc());
|
||||
prefixAgent.Clear();
|
||||
mPrefixAgentsCount--;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user