Add tcp_length

This commit is contained in:
Nico Schottelius 2019-02-21 23:27:55 +01:00
commit b795374efb
2 changed files with 3 additions and 2 deletions

View file

@ -79,6 +79,7 @@ struct headers {
}
struct metadata {
bit<16> tcp_length;
}
#endif