]> git.puffer.fish Git - mirror/frr.git/commit
zebra, tests: Connected and Local routes should have a weight of 1 16613/head
authorDonald Sharp <sharpd@nvidia.com>
Thu, 22 Feb 2024 20:53:45 +0000 (15:53 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 21 Aug 2024 14:17:47 +0000 (10:17 -0400)
commitb62de7de2e8bb2ee8181ddfc2daf47f99aaf8e11
tree8a30fc998f87cc94e8cbe167c71b996ac30f10ca
parentdb87ab3d861a2da9720317762b6990b2295e7afd
zebra, tests: Connected and Local routes should have a weight of 1

All routes received by zebra from upper level protocols have a weight
of 1.  Let's just make everything extremely consistent in our code.
Lot's of tests needed to be fixed up to make this work.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
50 files changed:
tests/topotests/all_protocol_startup/r1/ip_nht.ref
tests/topotests/all_protocol_startup/r1/ipv4_routes.ref
tests/topotests/all_protocol_startup/r1/ipv6_nht.ref
tests/topotests/all_protocol_startup/r1/ipv6_routes.ref
tests/topotests/bgp_features/r1/ip_route.json
tests/topotests/bgp_features/r1/ip_route_norib.json
tests/topotests/bgp_link_bw_ip/r1/ip-route-1.json
tests/topotests/bgp_link_bw_ip/r1/ip-route-2.json
tests/topotests/bgp_link_bw_ip/r1/ip-route-3.json
tests/topotests/bgp_link_bw_ip/r1/ip-route-6.json
tests/topotests/bgp_link_bw_ip/r1/ip-route-7.json
tests/topotests/bgp_link_bw_ip/r1/ip-route-8.json
tests/topotests/bgp_link_bw_ip/r1/ip-route-9.json
tests/topotests/bgp_link_bw_ip/r2/ip-route-2.json
tests/topotests/bgp_weighted_ecmp_recursive/test_bgp_weighted_ecmp_recursive.py
tests/topotests/mgmt_oper/oper-results/result-lib-vrf-default.json
tests/topotests/mgmt_oper/oper-results/result-lib-vrf-nokey.json
tests/topotests/mgmt_oper/oper-results/result-lib-vrf-zebra-ribs.json
tests/topotests/mgmt_oper/oper-results/result-lib-vrf-zebra.json
tests/topotests/mgmt_oper/oper-results/result-lib.json
tests/topotests/mgmt_oper/oper-results/result-ribs-rib-ipv4-unicast.json
tests/topotests/mgmt_oper/oper-results/result-ribs-rib-nokeys.json
tests/topotests/mgmt_oper/oper.py
tests/topotests/mgmt_oper/simple-results/result-intf-state-mtu.json
tests/topotests/mgmt_oper/simple-results/result-intf-state.json
tests/topotests/mgmt_oper/simple-results/result-lib-vrf-default.json
tests/topotests/mgmt_oper/simple-results/result-lib-vrf-nokey.json
tests/topotests/mgmt_oper/simple-results/result-lib-vrf-red.json
tests/topotests/mgmt_oper/simple-results/result-lib-vrf-zebra-ribs.json
tests/topotests/mgmt_oper/simple-results/result-lib-vrf-zebra.json
tests/topotests/mgmt_oper/simple-results/result-lib.json
tests/topotests/mgmt_oper/simple-results/result-ribs-rib-ipv4-unicast.json
tests/topotests/mgmt_oper/simple-results/result-ribs-rib-nokeys.json
tests/topotests/mgmt_oper/simple-results/result-ribs-rib-route-nokey.json
tests/topotests/mgmt_oper/simple-results/result-ribs-rib-route-prefix.json
tests/topotests/mgmt_oper/test_simple.py
tests/topotests/ospf_multi_vrf_bgp_route_leak/r1/zebra-vrf-default.txt
tests/topotests/ospf_multi_vrf_bgp_route_leak/r1/zebra-vrf-neno.txt
tests/topotests/ospf_multi_vrf_bgp_route_leak/r2/zebra-vrf-default.txt
tests/topotests/ospf_multi_vrf_bgp_route_leak/r2/zebra-vrf-ray.txt
tests/topotests/ospf_multi_vrf_bgp_route_leak/r3/zebra-vrf-default.txt
tests/topotests/ospf_multi_vrf_bgp_route_leak/r4/zebra-vrf-default.txt
tests/topotests/ospf_netns_vrf/r1/zebraroute.txt
tests/topotests/ospf_netns_vrf/r1/zebraroutedown.txt
tests/topotests/ospf_netns_vrf/r2/zebraroute.txt
tests/topotests/ospf_netns_vrf/r2/zebraroutedown.txt
tests/topotests/ospf_netns_vrf/r3/zebraroute.txt
tests/topotests/ospf_netns_vrf/r3/zebraroutedown.txt
zebra/connected.c
zebra/rt_netlink.c