Fix the ingrees part

This commit is contained in:
Nico Schottelius 2019-03-06 19:37:29 +01:00
parent 5c0fa7e566
commit bd86fb4bc5
1 changed files with 3 additions and 0 deletions

View File

@ -217,6 +217,9 @@ control MyDeparser(packet_out packet, in headers hdr) {
}
control MyIngress(inout headers hdr,
inout metadata meta,
inout standard_metadata_t standard_metadata) {
action icmp6_echo_reply() {
meta.do_cksum = true;
}