mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 01:14:48 +00:00
![]() When you have a static route with multiple different admin distances there exists a chance that route will have been installed multiple times due to system load when inserted at about the same time. If this is the case then the verify_rib function can and will select the wrong route that happens to have a nexthop group that is still installed. Modify verify_rib to ensure that the route that is going to be looked at for nexthop correctness is the actual installed route, not a previous version of it. Signed-off-by: Donald Sharp <sharpd@nvidia.com> |
||
---|---|---|
.. | ||
bgpd | ||
helpers | ||
isisd | ||
lib | ||
ospf6d | ||
ospfd | ||
topotests | ||
zebra | ||
.gitignore | ||
Makefile | ||
pytest.ini | ||
runtests.py | ||
subdir.am |