mirror of
https://github.com/espressif/openthread.git
synced 2026-07-07 12:52:35 +00:00
dae1d3801d
There are two logical sets of changes presented here: * core/thread/mle: Follow remove/change/add pattern for unicast addresses The goal here is to avoid modifying an address after it has been added to the netif. That way we get reliable removal/insertion eventing. This pattern has other advantages which will likely become apparent later. * openthread-types: Add `OT_IP6_ML_ADDR_CHANGED` flag This allows us to know precisely when the mesh local address has changed its value.