From 3559637b56d37489c9d1cb2f36ba97a8f134086e Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 24 Jul 2019 11:52:42 +0200 Subject: [PATCH] --typo --- doc/plan.org | 5 +++++ p4src/actions_controller.p4 | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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;