[p4] typo
This commit is contained in:
parent
4c331dc296
commit
165f0e6b98
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue