[NDP] Begin to add multicast / NDP support
This commit is contained in:
parent
6895a6ab34
commit
72c600d8da
5 changed files with 35 additions and 2 deletions
|
|
@ -9,6 +9,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> mcast_t;
|
||||
|
||||
|
||||
const bit<16> TYPE_IPV4 = 0x0800;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue