Begin icmp6 in controller -> pass special info
This commit is contained in:
parent
b3e51d550a
commit
7f1e9f6252
5 changed files with 81 additions and 22 deletions
|
|
@ -14,6 +14,8 @@ typedef bit<16> mcast_t;
|
|||
|
||||
const bit<16> TYPE_IPV4 = 0x0800;
|
||||
const bit<16> TYPE_IPV6 = 0x86DD;
|
||||
const bit<16> TYPE_CPU = 0x4242;
|
||||
|
||||
|
||||
const bit<8> PROTO_ICMP = 1;
|
||||
const bit<8> PROTO_TCP = 6;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue