From 8c8b1952220c2a15013b9dba588e75563442b404 Mon Sep 17 00:00:00 2001 From: okovwvrv <46251444+okovwvrv@users.noreply.github.com> Date: Sun, 13 Oct 2019 16:40:32 +1000 Subject: [PATCH] Update EXERCISE-1.md typo --- EXERCISE-1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EXERCISE-1.md b/EXERCISE-1.md index 1414255..a122682 100644 --- a/EXERCISE-1.md +++ b/EXERCISE-1.md @@ -326,8 +326,8 @@ running for now. ### Insert P4Runtime table entries To be able to forward ping packets, we need to add two table entries on -`l2_exact_table` in `leaf1` -- one that matches on destination MAC address the -one of `h1b` and forwards traffic to port 4 (where `h1b` is attached), and +`l2_exact_table` in `leaf1` -- one that matches on destination MAC address +of `h1b` and forwards traffic to port 4 (where `h1b` is attached), and viceversa (`h1a` is attached to port 3). Let's use the P4Runtime shell to create and insert such entries. Let's start by