[p4] --typo

This commit is contained in:
Nico Schottelius 2019-02-23 21:15:47 +01:00
parent 67bf3878d0
commit e8e33c78ea
1 changed files with 1 additions and 1 deletions

View File

@ -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);
} }
} }