Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix inifinte loop in esp32 RIO handling. (#12736)
If the router is advertising a default prefix (::/0), the route handler is going into an infinite loop. Route information options can only have one prefix anyway, so the loop here is overkill and likely to introduce bad routes. Changing this to a simple check. Test: Configured radvd to advertise a default route, saw infinite loop on upstream, no problems with this code. Regular routes are being processed correctly.
- Loading branch information