diff --git a/p4src/parsers.p4 b/p4src/parsers.p4 index aa330d5..121b981 100644 --- a/p4src/parsers.p4 +++ b/p4src/parsers.p4 @@ -110,7 +110,8 @@ control MyDeparser(packet_out packet, in headers hdr) { /* might be more than one subtype */ packet.emit(hdr.icmp6); - packet.emit(hdr.icmp6_na); + packet.emit(hdr.icmp6_na_ns); + packet.emit(hdr.icmp6_option_link_layer_addr); } }