Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ospfd: Fixing infinite loop when listing OSPF interfaces
The problem was happening because the ospf->oiflist has this behaviour, each interface was removed and added at the end of the list in each ospf_network_run_subnet call, generation an infinite loop. As a solution, a copy of the list was generated and we interacted with a fixed list. Signed-off-by: Rodrigo Nardi <[email protected]> (cherry picked from commit e0dbeff)
- Loading branch information