diff --git a/doc/plan.org b/doc/plan.org index 4a17fd0..6eaa132 100644 --- a/doc/plan.org +++ b/doc/plan.org @@ -3328,6 +3328,11 @@ https://en.wikipedia.org/wiki/IPv4_header_checksum CLOSED: [2019-07-21 Sun 14:01] | eth2 <--> nf0 | | eth1 <--> nf3 | +** Compile log +| 5.1. - 5.5 | failure due to variable renaming | +| 5.6 | subparser: compiled! | +| 5.7 | subcontrol: | +| 5.8 | nat64 actions/table: | ** TODO Benchmark/comparison *** TODO Setup / Benchmark Jool *** TODO Setup / Benchmark tayga diff --git a/p4src/actions_controller.p4 b/p4src/actions_controller.p4 index 7b066dd..3b77db3 100644 --- a/p4src/actions_controller.p4 +++ b/p4src/actions_controller.p4 @@ -11,7 +11,8 @@ action controller_reply(task_t task) { } #else -#include "action_egress.p4" + +#include "actions_egress.p4" action controller_reply(task_t task) { meta.task = task;