[p4] typo

This commit is contained in:
Nico Schottelius 2019-03-04 13:53:14 +01:00
parent 4c331dc296
commit 165f0e6b98
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ control MyIngress(inout headers hdr,
}
action controller_reply() {
hdr.ethernet.etherType = TYPE_CPU;
hdr.ethernet.ethertype = TYPE_CPU;
clone3(CloneType.I2E, 100, meta);
}