]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Switch data structure passing to route_vty_out_detail
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 16 May 2019 00:54:34 +0000 (20:54 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 16 May 2019 01:17:52 +0000 (21:17 -0400)
commitf08b5ca0d919462cf92ff71da51d88af509e3fdd
tree76d70b77cfb72e3d0f3df2667a7aab3ff9afe28b
parentcf277e9e7977616272101517633d797c5b100024
bgpd: Switch data structure passing to route_vty_out_detail

Instead of just passing in the prefix, pass in the particular
bgp_node we are using.

This is setup for a future commit to use this data.
The long term goal is to collect data about why
a particular bgp_path_info was selected as best and
to display that reason.

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