]> git.proxmox.com Git - mirror_frr.git/commit - zebra/rib.h
zebra, tests: Remove ROUTE_ENTRY_NEXTHOPS_CHANGED
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 29 Jul 2019 18:53:58 +0000 (14:53 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 29 Jul 2019 18:53:58 +0000 (14:53 -0400)
commit42fc558ee36561c3a024d21e89aacf68b88d25a0
treeb76ef94021793567770076105fce447bc392c84f
parentb5046a3c5056462721372b4ecf7508746d00c27e
zebra, tests: Remove ROUTE_ENTRY_NEXTHOPS_CHANGED

The flag ROUTE_ENTRY_NEXTHOPS_CHANGED is only ever set or unset.
Since this flag is not used for anything useful, remove from system.

By changing this flag we have re-ordered `internalStatus' of json
output of zebra rib routes.  Go through and fix up tetsts to
use the new values.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
15 files changed:
tests/topotests/bfd-topo2/r1/ipv4_routes.json
tests/topotests/bfd-topo2/r1/ipv6_routes.json
tests/topotests/bfd-topo2/r2/ipv4_routes.json
tests/topotests/bfd-topo2/r2/ipv6_routes.json
tests/topotests/bfd-topo2/r3/ipv4_routes.json
tests/topotests/bfd-topo2/r4/ipv4_routes.json
tests/topotests/bfd-topo2/r4/ipv6_routes.json
tests/topotests/bgp_vrf_lite_ipv6_rtadv/r1/ipv4_routes.json
tests/topotests/bgp_vrf_lite_ipv6_rtadv/r1/ipv6_routes.json
tests/topotests/bgp_vrf_lite_ipv6_rtadv/r2/ipv4_routes.json
tests/topotests/bgp_vrf_lite_ipv6_rtadv/r2/ipv6_routes.json
zebra/rib.h
zebra/zebra_nhg.c
zebra/zebra_rib.c
zebra/zebra_rnh.c