diff --git a/p4src/parsers.p4 b/p4src/parsers.p4 index dd8e9c7..6f6f768 100644 --- a/p4src/parsers.p4 +++ b/p4src/parsers.p4 @@ -85,7 +85,7 @@ control MyDeparser(packet_out packet, in headers hdr) { packet.emit(hdr.tcp); packet.emit(hdr.udp); packet.emit(hdr.icmp); - packet.emit(hdr.icmpv6); + packet.emit(hdr.icmp6); } }