[p4] --typo
This commit is contained in:
parent
67bf3878d0
commit
e8e33c78ea
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ control MyDeparser(packet_out packet, in headers hdr) {
|
||||||
packet.emit(hdr.tcp);
|
packet.emit(hdr.tcp);
|
||||||
packet.emit(hdr.udp);
|
packet.emit(hdr.udp);
|
||||||
packet.emit(hdr.icmp);
|
packet.emit(hdr.icmp);
|
||||||
packet.emit(hdr.icmpv6);
|
packet.emit(hdr.icmp6);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue