+indent
This commit is contained in:
parent
bf59808806
commit
e26c348e71
1 changed files with 2 additions and 1 deletions
|
@ -86,7 +86,8 @@ control MyComputeChecksum(inout headers hdr, inout metadata meta) {
|
||||||
hdr.ipv4.dst_addr
|
hdr.ipv4.dst_addr
|
||||||
},
|
},
|
||||||
hdr.ipv4.hdrChecksum,
|
hdr.ipv4.hdrChecksum,
|
||||||
HashAlgorithm.csum16);
|
HashAlgorithm.csum16
|
||||||
|
);
|
||||||
|
|
||||||
update_checksum_with_payload(meta.chk_udp_v4 == 1,
|
update_checksum_with_payload(meta.chk_udp_v4 == 1,
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue