syntax correction
parent
2c377f2df6
commit
13e77c89f6
|
@ -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 New Issue