Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion P4D2_2017_Fall/exercises/basic/basic.p4
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ control MyIngress(inout headers hdr,
}

apply {
/* TODO: fix ingress control logic */
/* TODO: fix ingress control logic
* - ipv4_lpm should be applied only when IPv4 header is valid
*/
ipv4_lpm.apply();
}
}
Expand Down