Fix the ingrees part
This commit is contained in:
parent
5c0fa7e566
commit
bd86fb4bc5
1 changed files with 3 additions and 0 deletions
|
@ -217,6 +217,9 @@ control MyDeparser(packet_out packet, in headers hdr) {
|
||||||
}
|
}
|
||||||
|
|
||||||
control MyIngress(inout headers hdr,
|
control MyIngress(inout headers hdr,
|
||||||
|
inout metadata meta,
|
||||||
|
inout standard_metadata_t standard_metadata) {
|
||||||
|
|
||||||
action icmp6_echo_reply() {
|
action icmp6_echo_reply() {
|
||||||
meta.do_cksum = true;
|
meta.do_cksum = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue