+-comment

This commit is contained in:
Nico Schottelius 2019-03-05 22:32:31 +01:00
commit 8832069536
2 changed files with 2 additions and 1 deletions

View file

@ -26,7 +26,7 @@ control MyComputeChecksum(inout headers hdr, inout metadata meta) {
hdr.icmp6.checksum = 42; /* must be correct */
}
verify_checksum_with_payload<T, O>(in bool condition, in T data, inout O checksum, HashAlgorithm algo);
// verify_checksum_with_payload<T, O>(in bool condition, in T data, inout O checksum, HashAlgorithm algo);
// GRRRRR bit<32> icmp6_len = 32; /* for icmp6 NS */
// GRRRRR update_checksum (