]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: rework debug nexthop in separate function
authorPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 12 Dec 2023 08:16:35 +0000 (09:16 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 18 Dec 2023 09:08:45 +0000 (10:08 +0100)
commit5d4af03ff87ca8d0e0537c6f2f372bdc101e6e6c
treeca6e1e0d5dd8e2ab825e36b08d75f7c5f578c384
parente09b5afb9d2d23ace944b64160c243a780bb9a92
bgpd: rework debug nexthop in separate function

When adding/removing a route, the next-hop can be dumped
with debugging turned on. Move this function in a separate
function. There is no other change in this commit.

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