diff options
author | G. Paul Ziemba <paulz@labn.net> | 2018-04-21 19:23:54 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-11-28 02:22:14 +0100 |
commit | 3675bf422234e40695e6678b1cbd072a2bedb905 (patch) | |
tree | 97c2863211938d46808c38e05ba9583d40619e7b /tests/topotests/bgp_multiview_topo1 | |
parent | bgp: tolerate route-table-show header changes of PR 2045 (diff) | |
download | frr-3675bf422234e40695e6678b1cbd072a2bedb905.tar.xz frr-3675bf422234e40695e6678b1cbd072a2bedb905.zip |
bgp_multiview_topo1: more fixes for header changes of PR 2045
For this test, vrf id in headers is unset
Signed-off-by: G. Paul Ziemba <paulz@labn.net>
Diffstat (limited to 'tests/topotests/bgp_multiview_topo1')
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/topotests/bgp_multiview_topo1/r1/show_ip_bgp_view_1-post4.1.ref b/tests/topotests/bgp_multiview_topo1/r1/show_ip_bgp_view_1-post4.1.ref index 48acff545..9e30bf2ef 100644 --- a/tests/topotests/bgp_multiview_topo1/r1/show_ip_bgp_view_1-post4.1.ref +++ b/tests/topotests/bgp_multiview_topo1/r1/show_ip_bgp_view_1-post4.1.ref @@ -1,4 +1,4 @@ -BGP table version is XXX, local router ID is 172.30.1.1, vrf id 0 +BGP table version is XXX, local router ID is 172.30.1.1, vrf id - Status codes: s suppressed, d damped, h history, * valid, > best, = multipath, i internal, r RIB-failure, S Stale, R Removed Nexthop codes: @NNN nexthop's vrf id, < announce-nh-self diff --git a/tests/topotests/bgp_multiview_topo1/r1/show_ip_bgp_view_2-post4.1.ref b/tests/topotests/bgp_multiview_topo1/r1/show_ip_bgp_view_2-post4.1.ref index 1cfefeb11..39eb3134b 100644 --- a/tests/topotests/bgp_multiview_topo1/r1/show_ip_bgp_view_2-post4.1.ref +++ b/tests/topotests/bgp_multiview_topo1/r1/show_ip_bgp_view_2-post4.1.ref @@ -1,4 +1,4 @@ -BGP table version is XXX, local router ID is 172.30.1.1, vrf id 0 +BGP table version is XXX, local router ID is 172.30.1.1, vrf id - Status codes: s suppressed, d damped, h history, * valid, > best, = multipath, i internal, r RIB-failure, S Stale, R Removed Nexthop codes: @NNN nexthop's vrf id, < announce-nh-self diff --git a/tests/topotests/bgp_multiview_topo1/r1/show_ip_bgp_view_3-post4.1.ref b/tests/topotests/bgp_multiview_topo1/r1/show_ip_bgp_view_3-post4.1.ref index eb3139fbb..fa53d79e8 100644 --- a/tests/topotests/bgp_multiview_topo1/r1/show_ip_bgp_view_3-post4.1.ref +++ b/tests/topotests/bgp_multiview_topo1/r1/show_ip_bgp_view_3-post4.1.ref @@ -1,4 +1,4 @@ -BGP table version is XXX, local router ID is 172.30.1.1, vrf id 0 +BGP table version is XXX, local router ID is 172.30.1.1, vrf id - Status codes: s suppressed, d damped, h history, * valid, > best, = multipath, i internal, r RIB-failure, S Stale, R Removed Nexthop codes: @NNN nexthop's vrf id, < announce-nh-self |