]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: loc-rib uptime moved to bgp_path_info_extra and set in header
authormxyns <mx.yns@outlook.fr>
Wed, 28 Sep 2022 06:05:25 +0000 (08:05 +0200)
committerMaxence Younsi <mx.yns@outlook.fr>
Sat, 4 Nov 2023 11:17:48 +0000 (12:17 +0100)
commit66d564a60be23ae7b1181ed908fd8ecce8db8434
tree2f1cde22b8c32de9a8ff3a4255313878e038b031
parent1cca53e5c645ee011910e16a387c47abde163508
bgpd: loc-rib uptime moved to bgp_path_info_extra and set in header

moved loc-rib uptime field "bgp_rib_uptime" to struct bgp_path_info_extra for memory concerns
moved logic into bgp_route_update's callback bmp_route_update
written timestamp in per peer header

Signed-off-by: Maxence Younsi <mx.yns@outlook.fr>
bgpd/bgp_bmp.c
bgpd/bgp_bmp.h
bgpd/bgp_route.c
bgpd/bgp_route.h
doc/developer/bmp.rst [new file with mode: 0644]
doc/user/bmp.rst