]> git.proxmox.com Git - mirror_frr.git/commit
Revert "MPLS allocation mode per next hop"
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Wed, 3 May 2023 10:50:26 +0000 (13:50 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Wed, 3 May 2023 10:52:46 +0000 (13:52 +0300)
commit786e2b8bdb5e06e1d5125855c1a719802f178de1
tree7a65648e35bf158574ffa5d189ecb07933419c9a
parent25664eae52391cc3203e9a6547e96ec0e60fda07
Revert "MPLS allocation mode per next hop"

Broken tests, let's revert now.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
49 files changed:
bgpd/bgp_labelpool.c
bgpd/bgp_labelpool.h
bgpd/bgp_mplsvpn.c
bgpd/bgp_mplsvpn.h
bgpd/bgp_nexthop.c
bgpd/bgp_nht.c
bgpd/bgp_route.c
bgpd/bgp_route.h
bgpd/bgp_vty.c
bgpd/bgp_zebra.c
bgpd/bgp_zebra.h
bgpd/bgpd.c
bgpd/bgpd.h
doc/user/bgp.rst
tests/topotests/bgp_vpnv4_per_nexthop_label/__init__.py [deleted file]
tests/topotests/bgp_vpnv4_per_nexthop_label/r1/bgp_ipv4_routes_vrf1.json [deleted file]
tests/topotests/bgp_vpnv4_per_nexthop_label/r1/bgpd.conf [deleted file]
tests/topotests/bgp_vpnv4_per_nexthop_label/r1/ipv4_routes.json [deleted file]
tests/topotests/bgp_vpnv4_per_nexthop_label/r1/zebra.conf [deleted file]
tests/topotests/bgp_vpnv4_per_nexthop_label/r11/bgpd.conf [deleted file]
tests/topotests/bgp_vpnv4_per_nexthop_label/r11/zebra.conf [deleted file]
tests/topotests/bgp_vpnv4_per_nexthop_label/r12/bgpd.conf [deleted file]
tests/topotests/bgp_vpnv4_per_nexthop_label/r12/zebra.conf [deleted file]
tests/topotests/bgp_vpnv4_per_nexthop_label/r13/bgpd.conf [deleted file]
tests/topotests/bgp_vpnv4_per_nexthop_label/r13/zebra.conf [deleted file]
tests/topotests/bgp_vpnv4_per_nexthop_label/r2/bgp_ipv4_routes.json [deleted file]
tests/topotests/bgp_vpnv4_per_nexthop_label/r2/bgp_vpnv4_routes.json [deleted file]
tests/topotests/bgp_vpnv4_per_nexthop_label/r2/bgpd.conf [deleted file]
tests/topotests/bgp_vpnv4_per_nexthop_label/r2/zebra.conf [deleted file]
tests/topotests/bgp_vpnv4_per_nexthop_label/rr/bgpd.conf [deleted file]
tests/topotests/bgp_vpnv4_per_nexthop_label/rr/zebra.conf [deleted file]
tests/topotests/bgp_vpnv4_per_nexthop_label/test_bgp_vpnv4_per_nexthop_label.py [deleted file]
tests/topotests/bgp_vpnv6_per_nexthop_label/__init__.py [deleted file]
tests/topotests/bgp_vpnv6_per_nexthop_label/r1/bgp_ipv6_routes_vrf1.json [deleted file]
tests/topotests/bgp_vpnv6_per_nexthop_label/r1/bgpd.conf [deleted file]
tests/topotests/bgp_vpnv6_per_nexthop_label/r1/zebra.conf [deleted file]
tests/topotests/bgp_vpnv6_per_nexthop_label/r11/bgpd.conf [deleted file]
tests/topotests/bgp_vpnv6_per_nexthop_label/r11/zebra.conf [deleted file]
tests/topotests/bgp_vpnv6_per_nexthop_label/r12/bgpd.conf [deleted file]
tests/topotests/bgp_vpnv6_per_nexthop_label/r12/zebra.conf [deleted file]
tests/topotests/bgp_vpnv6_per_nexthop_label/r13/bgpd.conf [deleted file]
tests/topotests/bgp_vpnv6_per_nexthop_label/r13/zebra.conf [deleted file]
tests/topotests/bgp_vpnv6_per_nexthop_label/r2/bgp_vpnv6_routes.json [deleted file]
tests/topotests/bgp_vpnv6_per_nexthop_label/r2/bgpd.conf [deleted file]
tests/topotests/bgp_vpnv6_per_nexthop_label/r2/zebra.conf [deleted file]
tests/topotests/bgp_vpnv6_per_nexthop_label/rr/bgpd.conf [deleted file]
tests/topotests/bgp_vpnv6_per_nexthop_label/rr/zebra.conf [deleted file]
tests/topotests/bgp_vpnv6_per_nexthop_label/test_bgp_vpnv6_per_nexthop_label.py [deleted file]
zebra/zebra_mpls.c