summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ripng-topo1
diff options
context:
space:
mode:
authorMartin Winter <mwinter@opensourcerouting.org>2017-04-08 23:52:41 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2018-11-28 02:22:11 +0100
commite341b1927d7ae99e477ea28c7d460f70cb3f4297 (patch)
tree38489f4cf51fbd7c041d78f7d5955e041a10b054 /tests/topotests/ripng-topo1
parentall-protocol-startup: Add test suite which runs all protocols at once and ver... (diff)
downloadfrr-e341b1927d7ae99e477ea28c7d460f70cb3f4297.tar.xz
frr-e341b1927d7ae99e477ea28c7d460f70cb3f4297.zip
ripng-topo1: Fix duplicate IP (Thanks Renato!) and documentation typos
Diffstat (limited to 'tests/topotests/ripng-topo1')
-rw-r--r--tests/topotests/ripng-topo1/r2/zebra.conf2
-rw-r--r--tests/topotests/ripng-topo1/test_ripng_topo1.dot12
-rw-r--r--tests/topotests/ripng-topo1/test_ripng_topo1.pdfbin18639 -> 18609 bytes
3 files changed, 7 insertions, 7 deletions
diff --git a/tests/topotests/ripng-topo1/r2/zebra.conf b/tests/topotests/ripng-topo1/r2/zebra.conf
index cb3ff37fb..0e90c2810 100644
--- a/tests/topotests/ripng-topo1/r2/zebra.conf
+++ b/tests/topotests/ripng-topo1/r2/zebra.conf
@@ -9,7 +9,7 @@ interface r2-eth0
!
interface r2-eth1
description to sw3 - RIPng interface
- ipv6 address fc00:6::2/62
+ ipv6 address fc00:6::1/62
no link-detect
!
ip forwarding
diff --git a/tests/topotests/ripng-topo1/test_ripng_topo1.dot b/tests/topotests/ripng-topo1/test_ripng_topo1.dot
index f5d32a02a..7d66a2a30 100644
--- a/tests/topotests/ripng-topo1/test_ripng_topo1.dot
+++ b/tests/topotests/ripng-topo1/test_ripng_topo1.dot
@@ -46,14 +46,14 @@ graph test_ripng_topo1 {
######################
# Network Connections
######################
- R1 -- SW1_R1_stub [label = "eth0\n.1\n::1"];
+ R1 -- SW1_R1_stub [label = "r1-eth0\n::1"];
# RIPng Network
- R1 -- SW2_R1_R2 [label = "eth2\n::1"];
- SW2_R1_R2 -- R2 [label = "eth0\n::2"];
- R2 -- SW3_R2_R3 [label = "eth1\n::1"];
- SW3_R2_R3 -- R3 [label = "eth1\n::2"];
- R3 -- SW4_R3 [label = "eth0\n::1"];
+ R1 -- SW2_R1_R2 [label = "r1-eth1\n::1"];
+ SW2_R1_R2 -- R2 [label = "r2-eth0\n::2"];
+ R2 -- SW3_R2_R3 [label = "r2-eth1\n::1"];
+ SW3_R2_R3 -- R3 [label = "r3-eth1\n::2"];
+ R3 -- SW4_R3 [label = "r3-eth0\n::1"];
SW4_R3 -- Net_R3_remote [label = ":10"];
}
diff --git a/tests/topotests/ripng-topo1/test_ripng_topo1.pdf b/tests/topotests/ripng-topo1/test_ripng_topo1.pdf
index f998c4697..cb1adde23 100644
--- a/tests/topotests/ripng-topo1/test_ripng_topo1.pdf
+++ b/tests/topotests/ripng-topo1/test_ripng_topo1.pdf
Binary files differ