File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ reloading the app:
340340If you left the ping between `h2` and `h1a` running, check that terminal window,
341341it 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
344344start a new ping between `h2` and `h3` with the following commands, in order:
345345
346346```
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments