Skip to content

Commit

Permalink
Update EXERCISE-1.md
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
okovwvrv authored Oct 13, 2019
1 parent 754beb4 commit 8c8b195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EXERCISE-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c8b195

Please sign in to comment.