]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Add BGP_PATH_UNSORTED for future commits
authorDonald Sharp <sharpd@nvidia.com>
Fri, 1 Mar 2024 15:01:35 +0000 (10:01 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 1 Apr 2024 14:24:14 +0000 (10:24 -0400)
commit6c8bfaa66e1a1fa2dc223de7406448262f31285e
tree73beaa295f51d6fb7550a2769619d044f9929217
parent19fc4e7999546cfea03c3fe8855e8012d1c0b160
bgpd: Add BGP_PATH_UNSORTED for future commits

Add a new flag BGP_PATH_UNSORTED to keep track
of sorted -vs- unsorted path_info's.  Add some
ability to the system to understand when that
flag is set.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_route.c
bgpd/bgp_route.h
tests/topotests/all_protocol_startup/r1/show_bgp_ipv4-post4.1.ref
tests/topotests/all_protocol_startup/r1/show_bgp_ipv4-post5.0.ref
tests/topotests/all_protocol_startup/r1/show_bgp_ipv4-post6.1.ref
tests/topotests/all_protocol_startup/r1/show_bgp_ipv4.ref
tests/topotests/all_protocol_startup/r1/show_bgp_ipv6-post4.1.ref
tests/topotests/all_protocol_startup/r1/show_bgp_ipv6.ref
tests/topotests/all_protocol_startup/r1/show_bgp_ipv6_post6.1.ref