From fbb8b03c2c6c4cd63837e9864ea5c52477404261 Mon Sep 17 00:00:00 2001 From: asydney Date: Tue, 9 Mar 2021 17:07:10 -0500 Subject: [PATCH] Update EXERCISE-6.md (#72) In exercise 6, it appears that IP mentioned in the text for inserting the SRv6 rules, contains the wrong IP for h4 (i.e. 2001:1:4::1 as opposed to 2001:2:4::1) --- EXERCISE-6.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EXERCISE-6.md b/EXERCISE-6.md index 5c99b28..5b202de 100644 --- a/EXERCISE-6.md +++ b/EXERCISE-6.md @@ -235,8 +235,8 @@ spine1 and leaf2, you can use the following command: * Insert the SRv6 policy from h2 to h4 on leaf1 (through spine1 and leaf2) ``` -onos> srv6-insert device:leaf1 3:201:2:: 3:102:2:: 2001:1:4::1 -Installing path on device device:leaf1: 3:201:2::, 3:102:2::, 2001:1:4::1 +onos> srv6-insert device:leaf1 3:201:2:: 3:102:2:: 2001:2:4::1 +Installing path on device device:leaf1: 3:201:2::, 3:102:2::, 2001:2:4::1 ``` * Insert the SRv6 policy from h4 to h2 on leaf2 (through spine1 and leaf1) ```