Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[netdata] remove unallocated router ID entries on recovery after reset (
#9421) This commit updates `HandleNetworkDataRestoredAfterReset()` which is called when a leader device is reset and recovers the Network Data from other routers. With the new code, leader will now check and remove entries in the restored Network Data that are from any currently unallocated router ID. This change acts as a safeguard against an edge case where the leader is reset at an inopportune time, such as right after it removed an allocated router ID and sent MLE advertisement but before it got the chance to send the updated Network Data to other routers.
- Loading branch information