This commit is contained in:
Nico Schottelius 2019-07-11 10:59:42 +02:00
parent 75c185794e
commit 7e794b5c10
1 changed files with 0 additions and 4 deletions

View File

@ -4,7 +4,6 @@
#include <core.p4>
#include <v1model.p4>
#include "headers.p4"
update_checksum_with_payload(meta.chk_icmp6 == 1,
@ -169,8 +168,5 @@ update_checksum_with_payload(meta.chk_tcp_v6 == 1,
},
hdr.tcp.checksum,
HashAlgorithm.csum16);
}
#endif