We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754beb4 commit 8c8b195Copy full SHA for 8c8b195
EXERCISE-1.md
@@ -326,8 +326,8 @@ running for now.
326
### Insert P4Runtime table entries
327
328
To be able to forward ping packets, we need to add two table entries on
329
-`l2_exact_table` in `leaf1` -- one that matches on destination MAC address the
330
-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
331
viceversa (`h1a` is attached to port 3).
332
333
Let's use the P4Runtime shell to create and insert such entries. Let's start by
0 commit comments