]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: bmp, rework the bmp_route_update() function
authorPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 19 Sep 2024 16:35:50 +0000 (18:35 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 7 Jan 2025 14:35:31 +0000 (15:35 +0100)
commitc2c95b29ba27574a92626242740e61cb7ffc5ca8
treeb10279f55d4ea8b337035c01af1685cadd59a821
parent2a609860c8a3e2418d6f951ea2467683ff2a7ac2
bgpd: bmp, rework the bmp_route_update() function

Separate the bmp_route_update() function in two, by passing
the bgpbmp structure to the internal function instead of
the bgp instance.

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