Skip to content

Commit b9a310e

Browse files
committed
Update p4 solution with latest changes
1 parent 2c02c95 commit b9a310e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

solution/exercise4/main.p4

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,9 @@ 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 ----

0 commit comments

Comments
 (0)