Include correct offset AND debug info

This commit is contained in:
Nico Schottelius 2019-03-04 18:54:00 +01:00
commit 59655e0d32
2 changed files with 10 additions and 4 deletions

View file

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