]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: rework bmp end of rib processing
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 16 Dec 2024 11:12:53 +0000 (12:12 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 7 Jan 2025 14:35:32 +0000 (15:35 +0100)
commitd34fe66a5d346d47b4d9bd02d085fb2856ef1d54
tree42545e45e8091436791c5b066292797e7c92e506
parent3e05ba06e662dc12d31ee7042a4157aa3d74928c
bgpd: rework bmp end of rib processing

Move the end of rib processing code of a given BGP instance in a
separate function. This code prepares the next commit, it avoids
having the following warning:
> WARNING: Too many leading tabs - consider code refactoring

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