+-comment

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

View File

@ -66,6 +66,7 @@
| | - Python2 ipaddress fix (import future) | |
| | - P4 checksum_with_payload | |
| | - Reading scapy / inet6 | |
| | - Further checksum tests -> required everywhere in IPv6 | |
| | | |
| | | |
| 2019-03-08 | NAT46 1:1 table ICMP, ICMPv6 working | |

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 (