rename ipv4 header checksum
This commit is contained in:
parent
ecab110d7c
commit
1a5d3c529b
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ update_checksum(meta.chk_ipv4 == 1,
|
||||||
hdr.ipv4.src_addr,
|
hdr.ipv4.src_addr,
|
||||||
hdr.ipv4.dst_addr
|
hdr.ipv4.dst_addr
|
||||||
},
|
},
|
||||||
hdr.ipv4.hdrChecksum,
|
hdr.ipv4.checksum,
|
||||||
HashAlgorithm.csum16
|
HashAlgorithm.csum16
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue