Skip to content

Commit 2c02c95

Browse files
committed
updates for exercise 4
1 parent 5a249b6 commit 2c02c95

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

EXERCISE-4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ reloading the app:
340340
If you left the ping between `h2` and `h1a` running, check that terminal window,
341341
it should work now!
342342
343-
To verify tha ping works also for hosts attached to different leaves, let's
343+
To verify that ping works also for hosts attached to different leaves, let's
344344
start a new ping between `h2` and `h3` with the following commands, in order:
345345
346346
```

p4src/main.p4

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,11 +558,14 @@ control IngressPipeImpl (inout parsed_headers_t hdr,
558558
// * provide action "ndp_ns_to_na" defined before
559559
// * default_action should be "NoAction"
560560
//
561+
// You can name your table whatever you like, and you will need to fill
562+
// the name in elsewhere in this exercise.
563+
//
561564
// This table should have structure similar to l2_exact_table defined
562565
// before. Feel free to copy paste that table definition here as a starter.
563566
// ---- START SOLUTION ----
564567

565-
/* Provide your table impolementation here */
568+
/* Provide your table implementation here */
566569

567570
// ---- END SOLUTION ----
568571

0 commit comments

Comments
 (0)