Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nl_l3::del_l3_unicast_route(): delete nh_unreach notifications
When deleting a route, we need to make sure to also remove any next unreachable notifications we did, else we may call del_l3_neigh too often. Fixes: 590c33d ("nl_l3: handle neigh unreachable * Adds nh unreachable container to track nexthop unreachability changes * In case that nexthop is not anymore reachable, update route that has nexthop to point to controller and delete the reference * Thus, when NH becomes again reachable, we can update the egress reference and the route") Signed-off-by: Jonas Gorski <jonas.gorski@bisdn.de>
- Loading branch information