]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_route.c
bgpd: Store reason why bestpath was choosen
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 16 May 2019 01:05:37 +0000 (21:05 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 16 May 2019 01:17:52 +0000 (21:17 -0400)
commitfdf81fa0280031419aa15afaeedcb410683c12a1
tree7fd757ebb375e8f877d663ce47a86f9585a3642d
parentf08b5ca0d919462cf92ff71da51d88af509e3fdd
bgpd: Store reason why bestpath was choosen

Store in bgp_node the reason why we choose a particular
best path over another.  At this point we do not do
anything other than just store this data when we make
the decision.  Future commits will display it.

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