mirror_frr/tests
Louis Scalbert 8c1d4cd512 bgpd: add show bgp summary filter by neighbor or AS
Add ability to filter session on show bgp summary by neighbor or
remote AS:

ubuntu# show bgp summary ?
  neighbor     Show only the specified neighbor session
  remote-as    Show only the specified remote AS session
ubuntu# show bgp summary neighbor ?
  A.B.C.D   Neighbor to display information about
  WORD      Neighbor on BGP configured interface
  X:X::X:X  Neighbor to display information about
ubuntu# show bgp summary remote-as ?
  (1-4294967295)  AS number
  external        External (eBGP) AS sessions
  internal        Internal (iBGP) AS sessions

This patch includes the documentation and the topotest.

Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
2021-05-26 16:16:08 +02:00
..
bgpd lib: adapt to version 2 of libyang 2021-05-13 16:24:48 -04:00
helpers lib: adapt to version 2 of libyang 2021-05-13 16:24:48 -04:00
isisd isisd: fix dangling instances 2021-05-14 17:12:38 +03:00
lib lib: adapt to version 2 of libyang 2021-05-13 16:24:48 -04:00
ospf6d ospf6d, tests: Prevent use after free 2020-10-11 11:16:44 -04:00
ospfd *: require semicolon after DEFINE_<typesafe...> 2021-03-17 06:18:39 +01:00
topotests bgpd: add show bgp summary filter by neighbor or AS 2021-05-26 16:16:08 +02:00
zebra tests: add test for labelmanager plugin 2021-01-05 18:20:50 +00:00
.gitignore tests: fix missing gitignore entry 2021-05-17 13:01:55 +03:00
Makefile build: non-recursive tests 2018-09-08 21:26:54 +02:00
pytest.ini tests: Exclude topotests from consideration 2018-11-27 20:22:10 -05:00
runtests.py *: reformat python files 2020-10-07 17:22:26 -04:00
subdir.am lib: adapt to version 2 of libyang 2021-05-13 16:24:48 -04:00