mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-24 15:25:49 +00:00
![]() The sporadic failures were happening because, under heavy load, the r4 router could form an OSPF adjacency with r3 a few seconds before doing the same with r2. In that interim, LDP could establish a neighborship with r2 going through r3 (instead of connecting directly). That would cause all label mappings received from r3 to be ignored since they can't be mapped to the routes' nexthops received from zebra, causing all sorts of test failures. None of this is erroneous behavior as LDP simply follows the IGP. The fix consists of updating the test to ensure all expected OSPF adjacencies fully converged before proceeding to the LDP checks. Signed-off-by: Renato Westphal <renato@opensourcerouting.org> |
||
---|---|---|
.. | ||
ip_mpls_route.ref | ||
ldpd.conf | ||
ospfd.conf | ||
show_ip_ospf_neighbor.json | ||
show_ipv4_route.ref | ||
show_mpls_ldp_binding.ref | ||
show_mpls_ldp_discovery.ref | ||
show_mpls_ldp_interface.ref | ||
show_mpls_ldp_neighbor.ref | ||
show_mpls_table.ref | ||
zebra.conf |