+chk_ prefix
This commit is contained in:
parent
f32ad44e0b
commit
881643e2c3
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ control MyComputeChecksum(inout headers hdr, inout metadata meta) {
|
|||
);
|
||||
|
||||
/* checksumming for icmp6_na_ns_option */
|
||||
update_checksum_with_payload(meta.icmp6_na_ns,
|
||||
update_checksum_with_payload(meta.chk_icmp6_na_ns,
|
||||
{
|
||||
hdr.ipv6.src_addr, /* 128 */
|
||||
hdr.ipv6.dst_addr, /* 128 */
|
||||
|
|
Loading…
Reference in a new issue