[NDP] Begin to add multicast / NDP support

This commit is contained in:
Nico Schottelius 2019-02-26 15:30:47 +01:00
commit 72c600d8da
5 changed files with 35 additions and 2 deletions

View file

@ -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;