[p4, controller] hack NDP reply
This commit is contained in:
parent
2081d30136
commit
b29cf1a296
5 changed files with 229 additions and 12 deletions
|
|
@ -24,6 +24,9 @@ const bit<8> TCP_SEQ_LEN = 4;
|
|||
|
||||
const bit<8> ICMP6_ECHO_REQUEST = 128;
|
||||
const bit<8> ICMP6_ECHO_REPLY = 129;
|
||||
const bit<8> ICMP6_NS = 135;
|
||||
const bit<8> ICMP6_NA = 136;
|
||||
|
||||
|
||||
|
||||
header ethernet_t {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue