commit | 574e5007d5155ee261a4da39fc18502f76e40a30 | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul.jakma@hpe.com> | Tue May 17 13:33:11 2016 +0100 |
committer | Paul Jakma <paul@quagga.net> | Mon Jan 23 18:51:57 2017 +0000 |
tree | 616090a448fda07f137f18a7513fb3eb1e4e689f | |
parent | 670f3dba6721a500418b5793a2b00579198d2bd7 [diff] |
bgpd: Add route count from neighbours & established sessions to bgp summary * bgp_vty.c: (bgp_show_summary) The sum of the routes received from each neighbour can be interesting/useful. Add a line with this to end of 'show ... bgp ... summary'. Also, add a count of the number of established sessions. Note, the route count is also available from 'show bgp <afi> <safi> statistics', along with more.