Begin adding session tables, debug infos
This commit is contained in:
parent
879abe94c2
commit
02fc065c1d
4 changed files with 176 additions and 11 deletions
|
|
@ -25,6 +25,10 @@ const bit<16> TABLE_V4_NETWORKS = 5;
|
|||
const bit<16> TABLE_ARP = 6;
|
||||
const bit<16> TABLE_ARP_EGRESS = 7;
|
||||
const bit<16> TABLE_ICMP = 8;
|
||||
const bit<16> TABLE_NAT64_TCP = 9;
|
||||
const bit<16> TABLE_NAT64_UDP = 10;
|
||||
const bit<16> TABLE_NAT64_ICMP6 = 11;
|
||||
const bit<16> TABLE_NAT64_SESSION = 12;
|
||||
|
||||
|
||||
const bit<16> TYPE_IPV4 = 0x0800;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue