v6: next_header
This commit is contained in:
parent
dae3d5ce30
commit
78308a00ee
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ Echo or Echo Reply Message
|
||||||
action nat46_icmp_generic()
|
action nat46_icmp_generic()
|
||||||
{
|
{
|
||||||
hdr.icmp6.setValid();
|
hdr.icmp6.setValid();
|
||||||
hdr.ipv6.protocol = PROTO_ICMP6;
|
hdr.ipv6.next_header = PROTO_ICMP6;
|
||||||
|
|
||||||
meta.chk_icmp6 = true;
|
meta.chk_icmp6 = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue