This commit is contained in:
Nico Schottelius 2019-07-24 11:52:42 +02:00
parent 94e06be245
commit 3559637b56
2 changed files with 7 additions and 1 deletions

View File

@ -3328,6 +3328,11 @@ https://en.wikipedia.org/wiki/IPv4_header_checksum
CLOSED: [2019-07-21 Sun 14:01] CLOSED: [2019-07-21 Sun 14:01]
| eth2 <--> nf0 | | eth2 <--> nf0 |
| eth1 <--> nf3 | | 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 Benchmark/comparison
*** TODO Setup / Benchmark Jool *** TODO Setup / Benchmark Jool
*** TODO Setup / Benchmark tayga *** TODO Setup / Benchmark tayga

View File

@ -11,7 +11,8 @@ action controller_reply(task_t task) {
} }
#else #else
#include "action_egress.p4"
#include "actions_egress.p4"
action controller_reply(task_t task) { action controller_reply(task_t task) {
meta.task = task; meta.task = task;