mirror of
https://github.com/espressif/openthread.git
synced 2026-06-06 05:24:51 +00:00
b378c704d0
In some cases, the platform may send the new prefix without deprecating the existing prefix when renewing the prefix allocated by PD. The existing code will stop the timer, causing the prefix to be active forever. This commit fixes this issue.