diff options
author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2023-05-03 12:50:26 +0200 |
---|---|---|
committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-05-03 12:52:46 +0200 |
commit | 786e2b8bdb5e06e1d5125855c1a719802f178de1 (patch) | |
tree | 7a65648e35bf158574ffa5d189ecb07933419c9a /bgpd/bgp_route.h | |
parent | Merge pull request #13422 from donaldsharp/pim_thread_off_fix (diff) | |
download | frr-786e2b8bdb5e06e1d5125855c1a719802f178de1.tar.xz frr-786e2b8bdb5e06e1d5125855c1a719802f178de1.zip |
Revert "MPLS allocation mode per next hop"
Broken tests, let's revert now.
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'bgpd/bgp_route.h')
-rw-r--r-- | bgpd/bgp_route.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bgpd/bgp_route.h b/bgpd/bgp_route.h index fbdd5fae7..a64144b62 100644 --- a/bgpd/bgp_route.h +++ b/bgpd/bgp_route.h @@ -319,12 +319,6 @@ struct bgp_path_info { /* Addpath identifiers */ uint32_t addpath_rx_id; struct bgp_addpath_info_data tx_addpath; - - /* For nexthop per label linked list */ - LIST_ENTRY(bgp_path_info) label_nh_thread; - - /* Back pointer to the bgp label per nexthop structure */ - struct bgp_label_per_nexthop_cache *label_nexthop_cache; }; /* Structure used in BGP path selection */ |