Include correct offset AND debug info
This commit is contained in:
parent
766dbba5c3
commit
59655e0d32
2 changed files with 10 additions and 4 deletions
|
|
@ -32,9 +32,9 @@ const bit<8> ICMP6_NS = 135;
|
|||
const bit<8> ICMP6_NA = 136;
|
||||
|
||||
|
||||
const task_t TASK_ICMP6_NS = 1;
|
||||
const task_t TASK_ICMP6_GENERAL = 2;
|
||||
const task_t TASK_DEBUG = 3;
|
||||
const task_t TASK_ICMP6_NS = 1;
|
||||
const task_t TASK_ICMP6_GENERAL = 2;
|
||||
const task_t TASK_DEBUG = 3;
|
||||
|
||||
|
||||
header ethernet_t {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue