[delta checksum] in theory finish for v4-udp => v6-udp

This commit is contained in:
Nico Schottelius 2019-07-10 13:38:59 +02:00
commit ae8ce224fc
4 changed files with 111 additions and 98 deletions

View file

@ -230,6 +230,11 @@ struct metadata {
bit<16> length_without_ip_header;
bit<32> cast_length;
/* for delta checksums */
bit<16> v4sum;
bit<16> v6sum;
table_t table_id;
}