[p4,controller] Begin to add icmp6 echo reply support + more NDP "fixes"

This commit is contained in:
Nico Schottelius 2019-02-23 19:52:01 +01:00
commit c38eb0dfc4
5 changed files with 58 additions and 4 deletions

View file

@ -21,6 +21,9 @@ const bit<8> PROTO_ICMP6 = 58;
const bit<8> TCP_SEQ_LEN = 4;
const bit<8> ICMP6_ECHO_REQUEST = 128;
const bit<8> ICMP6_ECHO_REPLY = 129;
header ethernet_t {
mac_addr_t dst_addr;