+-comment
This commit is contained in:
parent
5620add27f
commit
8832069536
2 changed files with 2 additions and 1 deletions
|
@ -66,6 +66,7 @@
|
||||||
| | - Python2 ipaddress fix (import future) | |
|
| | - Python2 ipaddress fix (import future) | |
|
||||||
| | - P4 checksum_with_payload | |
|
| | - P4 checksum_with_payload | |
|
||||||
| | - Reading scapy / inet6 | |
|
| | - Reading scapy / inet6 | |
|
||||||
|
| | - Further checksum tests -> required everywhere in IPv6 | |
|
||||||
| | | |
|
| | | |
|
||||||
| | | |
|
| | | |
|
||||||
| 2019-03-08 | NAT46 1:1 table ICMP, ICMPv6 working | |
|
| 2019-03-08 | NAT46 1:1 table ICMP, ICMPv6 working | |
|
||||||
|
|
|
@ -26,7 +26,7 @@ control MyComputeChecksum(inout headers hdr, inout metadata meta) {
|
||||||
hdr.icmp6.checksum = 42; /* must be correct */
|
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 bit<32> icmp6_len = 32; /* for icmp6 NS */
|
||||||
|
|
||||||
// GRRRRR update_checksum (
|
// GRRRRR update_checksum (
|
||||||
|
|
Loading…
Reference in a new issue