diff --git a/p4src/headers.p4 b/p4src/headers.p4 index 5382d10..84c48d1 100644 --- a/p4src/headers.p4 +++ b/p4src/headers.p4 @@ -10,7 +10,7 @@ typedef bit<32> ipv4_addr_t; typedef bit<128> ipv6_addr_t; typedef bit<9> port_t; typedef bit<16> mcast_t; -typedef bit<8> task_t; +typedef bit<16> task_t; const bit<16> TYPE_IPV4 = 0x0800;