Re-add tcp_length

This commit is contained in:
Nico Schottelius 2019-03-06 19:39:20 +01:00
parent 260857b457
commit aca088094e
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ struct headers {
} }
struct metadata { struct metadata {
bit<16> tcp_length;
bool do_cksum; bool do_cksum;
} }