[p4,controller] Begin to add icmp6 echo reply support + more NDP "fixes"
This commit is contained in:
parent
6b601a09f7
commit
c38eb0dfc4
5 changed files with 58 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue