v6: next_header

This commit is contained in:
Nico Schottelius 2019-03-30 16:54:19 +01:00
parent dae3d5ce30
commit 78308a00ee
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ Echo or Echo Reply Message
action nat46_icmp_generic()
{
hdr.icmp6.setValid();
hdr.ipv6.protocol = PROTO_ICMP6;
hdr.ipv6.next_header = PROTO_ICMP6;
meta.chk_icmp6 = true;