summaryrefslogtreecommitdiff
path: root/lib/command_graph.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2020-07-31 10:06:39 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2020-07-31 10:06:39 -0400
commit7e3d96323b0dab701eaafa0999206e693546926a (patch)
tree86ac0ae443f3bf37eb9e759f5156d58a66470cd0 /lib/command_graph.h
parentb6c86dc1971294183a6c69529524c3a11af8d152 (diff)
bgpd: Add to neighbor prefix-counts the count of best path selected
When we have a prefix that has been selected, note that that particular flag has been set and give that information to the end user. eva# show bgp ipv4 uni neighbors 192.168.161.131 prefix-counts Prefix counts for 192.168.161.131, IPv4 Unicast PfxCt: 814246 Counts from RIB table walk: Adj-in: 0 Damped: 0 Removed: 0 History: 0 Stale: 0 Valid: 814246 All RIB: 814246 PfxCt counted: 814246 PfxCt Best Selected: 0 Useable: 814246 eva# show bgp ipv4 uni neighbors 192.168.161.2 prefix-counts Prefix counts for 192.168.161.2, IPv4 Unicast PfxCt: 814070 Counts from RIB table walk: Adj-in: 0 Damped: 0 Removed: 0 History: 0 Stale: 0 Valid: 814070 All RIB: 814070 PfxCt counted: 814070 PfxCt Best Selected: 814070 Useable: 814070 Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/command_graph.h')
0 files changed, 0 insertions, 0 deletions