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 2c02c95 commit b9a310eCopy full SHA for b9a310e
solution/exercise4/main.p4
@@ -558,6 +558,9 @@ control IngressPipeImpl (inout parsed_headers_t hdr,
558
// * provide action "ndp_ns_to_na" defined before
559
// * default_action should be "NoAction"
560
//
561
+ // You can name your table whatever you like, and you will need to fill
562
+ // the name in elsewhere in this exercise.
563
+ //
564
// This table should have structure similar to l2_exact_table defined
565
// before. Feel free to copy paste that table definition here as a starter.
566
// ---- START SOLUTION ----
0 commit comments