syntax correction
This commit is contained in:
parent
2c377f2df6
commit
13e77c89f6
1 changed files with 2 additions and 2 deletions
|
@ -82,8 +82,8 @@ control MyComputeChecksum(inout headers hdr, inout metadata meta) {
|
|||
hdr.ipv4.fragOffset,
|
||||
hdr.ipv4.ttl,
|
||||
hdr.ipv4.protocol,
|
||||
hdr.ipv4.src_addr;
|
||||
hdr.ipv4.dst_addr;
|
||||
hdr.ipv4.src_addr,
|
||||
hdr.ipv4.dst_addr
|
||||
},
|
||||
hdr.ipv4.hdrChecksum,
|
||||
HashAlgorithm.csum16);
|
||||
|
|
Loading…
Reference in a new issue