diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-03-30 14:13:35 +0200 |
---|---|---|
committer | vivek <vivek@cumulusnetworks.com> | 2020-03-31 05:17:48 +0200 |
commit | ca8e13e2f379d01668f1d82df7e9c0ef3bbd6e12 (patch) | |
tree | 381ec954cd4cce1c88a680a4a07e75f4fea08eac /tests/topotests/ospf-topo1-vrf/r1/zebraroute.txt | |
parent | tests: Add tests for BGP link-bandwidth and weighted ECMP (diff) | |
download | frr-ca8e13e2f379d01668f1d82df7e9c0ef3bbd6e12.tar.xz frr-ca8e13e2f379d01668f1d82df7e9c0ef3bbd6e12.zip |
tests: topotests fixup for weight display
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'tests/topotests/ospf-topo1-vrf/r1/zebraroute.txt')
-rw-r--r-- | tests/topotests/ospf-topo1-vrf/r1/zebraroute.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/topotests/ospf-topo1-vrf/r1/zebraroute.txt b/tests/topotests/ospf-topo1-vrf/r1/zebraroute.txt index 973db543f..d72aa3b8e 100644 --- a/tests/topotests/ospf-topo1-vrf/r1/zebraroute.txt +++ b/tests/topotests/ospf-topo1-vrf/r1/zebraroute.txt @@ -1,8 +1,8 @@ VRF r1-cust1: -O 10.0.1.0/24 [110/10] is directly connected, r1-eth0, XX:XX:XX +O 10.0.1.0/24 [110/10] is directly connected, r1-eth0, weight 1, XX:XX:XX C>* 10.0.1.0/24 is directly connected, r1-eth0, XX:XX:XX -O>* 10.0.2.0/24 [110/20] via 10.0.3.3, r1-eth1, XX:XX:XX -O 10.0.3.0/24 [110/10] is directly connected, r1-eth1, XX:XX:XX +O>* 10.0.2.0/24 [110/20] via 10.0.3.3, r1-eth1, weight 1, XX:XX:XX +O 10.0.3.0/24 [110/10] is directly connected, r1-eth1, weight 1, XX:XX:XX C>* 10.0.3.0/24 is directly connected, r1-eth1, XX:XX:XX -O>* 10.0.10.0/24 [110/20] via 10.0.3.1, r1-eth1, XX:XX:XX +O>* 10.0.10.0/24 [110/20] via 10.0.3.1, r1-eth1, weight 1, XX:XX:XX |