]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Make bgp_debug_bestpath take a `struct bgp_node`
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 21 Mar 2020 21:36:48 +0000 (17:36 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 24 Mar 2020 11:33:13 +0000 (07:33 -0400)
commitcb9f254c01a79c15dfa21f719396ca0d02e1c4c2
tree74e2c8ae24398a808400547b40759629b74b318f
parent5b299acd1fbb8e4a9abe9c35a7b35d5e9af2f170
bgpd: Make bgp_debug_bestpath take a `struct bgp_node`

Defer the grabbing of the prefix for as long as is possible.
This is a long term rework of how we access the `struct bgp_node`
to only use accessor functions.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_debug.c
bgpd/bgp_debug.h
bgpd/bgp_mpath.c
bgpd/bgp_route.c