]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: bmp, handle imported bgp instances for bmp statistics
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 23 Sep 2024 13:03:15 +0000 (15:03 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 7 Jan 2025 14:35:31 +0000 (15:35 +0100)
commit5fda10f4b8a8c4d3bb6431a7e629eab84d276def
tree3d5fcaf3b9a23166ebc35a10050ceae687cd1027
parent841ae62a898d12d29bd8f6e721de423870650439
bgpd: bmp, handle imported bgp instances for bmp statistics

Only the BMP statistics of the current BGP instance are handled.
Extend the transmission of BMP statistics for imported BGP instances.
-  Separate the bmp_stats() function in two, and pass the bgp
instance to process its bgp peers, as a separate parameter.
- Pass the BGP peers from imported instances as parameter

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgp_bmp.c