[trel] remove Thread LLA on deinit (#6485)

This commit is contained in:
Simon Lin
2021-04-19 10:26:12 -07:00
committed by GitHub
parent 462a783337
commit e4cc10594c
+5
View File
@@ -654,6 +654,11 @@ void platformTrelDeinit(void)
close(sMulticastSocket);
}
if (!otIp6IsAddressUnspecified(&sInterfaceAddress))
{
RemoveUnicastAddress(&sInterfaceAddress);
}
otLogDebgPlat("[trel] platformTrelDeinit()");
}