diff options
author | Donald Sharp <donaldsharp72@gmail.com> | 2023-12-15 02:26:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-15 02:26:52 +0100 |
commit | db4bdf7a3a574cb28a8acf6a2d59ec3ada5deaf5 (patch) | |
tree | ec7e1a6c4f2dd917431a94c4067318d4616ffc7b /doc/developer | |
parent | Merge pull request #15025 from donaldsharp/dplane_fpm_nl_wedgied (diff) | |
parent | doc: Update examples of show bgp summary (diff) | |
download | frr-db4bdf7a3a574cb28a8acf6a2d59ec3ada5deaf5.tar.xz frr-db4bdf7a3a574cb28a8acf6a2d59ec3ada5deaf5.zip |
Merge pull request #15023 from opensourcerouting/fix/drop_redundant_vrf_name
bgpd: Drop redundant VRF name printing for `show bgp summary`
Diffstat (limited to 'doc/developer')
-rw-r--r-- | doc/developer/topotests.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/developer/topotests.rst b/doc/developer/topotests.rst index b50ec486e..2259c7e37 100644 --- a/doc/developer/topotests.rst +++ b/doc/developer/topotests.rst @@ -227,8 +227,8 @@ the number of the test we are interested in along with ``--errmsg`` option. ~/frr/tests/topotests# ./analyze.py -Ar run-save -T0 --errmsg bgp_multiview_topo1/test_bgp_multiview_topo1.py::test_bgp_converge: AssertionError: BGP did not converge: - IPv4 Unicast Summary (VIEW 1): - BGP router identifier 172.30.1.1, local AS number 100 vrf-id -1 + IPv4 Unicast Summary: + BGP router identifier 172.30.1.1, local AS number 100 VIEW 1 vrf-id -1 BGP table version 1 RIB entries 1, using 184 bytes of memory Peers 3, using 2169 KiB of memory @@ -263,8 +263,8 @@ select the first failed test case. > assert False, "BGP did not converge:\n%s" % bgpStatus E AssertionError: BGP did not converge: E - E IPv4 Unicast Summary (VIEW 1): - E BGP router identifier 172.30.1.1, local AS number 100 vrf-id -1 + E IPv4 Unicast Summary: + E BGP router identifier 172.30.1.1, local AS number 100 VIEW 1 vrf-id -1 [...] E Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd PfxSnt Desc E 172.16.1.1 4 65001 0 0 0 0 0 never Connect 0 N/A |