]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: rework bgp_zebra_announce() function, separate nexthop handling
authorPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 12 Dec 2023 08:31:33 +0000 (09:31 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 18 Dec 2023 09:08:45 +0000 (10:08 +0100)
commit237ebf8d4503c841df8b3615f99b0c780bacccbd
treea69d91ee5ff599dc9cc452da3fa4d709806f835c
parent5d4af03ff87ca8d0e0537c6f2f372bdc101e6e6c
bgpd: rework bgp_zebra_announce() function, separate nexthop handling

Separate the processing in bgp_zebra_announce(), by separating the
nexthop code in a separate function called
bgp_zebra_announce_parse_nexthop(). This commit does not bring any
functional change.

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