]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_labelpool.h
bgpd: update time of last change when label nexthop entry changed
[mirror_frr.git] / bgpd / bgp_labelpool.h
index d1a2d5f003d4fa9b97bf67a2cd2ba469a638665d..ee80aad45b565c1524f56fa50197dc56b9c21498 100644 (file)
@@ -74,6 +74,8 @@ struct bgp_label_per_nexthop_cache {
        /* list of path_vrfs using it */
        LIST_HEAD(path_lists, bgp_path_info) paths;
 
+       time_t last_update;
+
        /* Back pointer to the cache tree this entry belongs to. */
        struct bgp_label_per_nexthop_cache_head *tree;
 };