What this is
RPL nodes build upward routes toward a DODAG root. Local repair tries to restore one broken area without changing the whole DODAG version.
Repair a broken RPL parent link without rebuilding the whole DODAG
Local repair is the small, nearby recovery path in RPL. Step through a parent failure, watch the affected node detach or advertise a poisoned route, test candidate parents, then see when DIO and DAO updates are enough and when the root may need a broader global repair.
RPL nodes build upward routes toward a DODAG root. Local repair tries to restore one broken area without changing the whole DODAG version.
The red link fails, the focus node changes rank and parent, and control messages tell nearby nodes which route is usable.
Use Step once per stage. Watch whether the chosen candidate has a lower safe path to the root and whether DAO is needed for downlink traffic.
Local repair is fast when a safe alternate parent exists. If only descendants or isolated neighbors remain, local repair must stop.
The DODAG is stable. Packets from the focus node flow upward through its preferred parent toward the root.
Which nodes are actually affected by the failed link? A good local repair should avoid disturbing unrelated branches.
At candidate scan, identify one neighbor that looks available but should be rejected because it is a descendant or has no valid path to the root.
At the final stage, explain why upward traffic can recover before every downward route cache is refreshed.