]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Display best path selection reason 4349/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 16 May 2019 01:11:02 +0000 (21:11 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 16 May 2019 01:47:51 +0000 (21:47 -0400)
commit0dc8ee70624c5b018bbbe81f47536b80eda771eb
tree57c9ac2c0846cbdbb47e0c07774ca216e6c11678
parentfdf81fa0280031419aa15afaeedcb410683c12a1
bgpd: Display best path selection reason

As part of detailed bgp route detail, include the
reason why a route was selected as best path.

robot# show bgp ipv4 uni 223.255.254.0
BGP routing table entry for 223.255.254.0/24
Paths: (1 available, best #1, table default)
  Advertised to non peer-group peers:
  annie(192.168.201.136)
  64539 15096 6939 7473 3758 55415
    192.168.201.136 from annie(192.168.201.136) (192.168.201.136)
      Origin IGP, valid, external, bestpath-from-AS 64539, best (First path received)
      Last update: Wed May 15 21:15:48 2019

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