Fix bitwidth

This commit is contained in:
Nico Schottelius 2019-03-04 18:11:08 +01:00
parent 1dd9542168
commit 8448e5121b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
typedef bit<48> mac_addr_t;
typedef bit<32> ipv4_addr_t;
typedef bit<128> ipv6_addr_t;
typedef bit<9> port_t;
typedef bit<16> port_t;
typedef bit<16> mcast_t;
typedef bit<8> task_t;