]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_route.h
Merge pull request #13463 from pguibert6WIND/mpls_alloc_per_nh_2
[mirror_frr.git] / bgpd / bgp_route.h
index a64144b62557fcb1197bd42814ad1ca6194e834e..fbdd5fae7d68a949a0c64d1a85788afd303062e9 100644 (file)
@@ -319,6 +319,12 @@ 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 */