Correct field width

This commit is contained in:
Nico Schottelius 2019-03-25 14:03:04 +01:00
parent 1e9ba58148
commit f25d98503f
1 changed files with 1 additions and 2 deletions

View File

@ -11,8 +11,7 @@ typedef bit<128> ipv6_addr_t;
typedef bit<9> port_t;
typedef bit<16> mcast_t;
typedef bit<16> task_t;
typedef bit<8> table_t; /* to map debug messages */
typedef bit<16> table_t; /* to map debug messages - 16 bit to match shortenumfield */
const bit<8> TABLE_NAT64 = 1;
const bit<8> TABLE_ICMP6 = 2;