This commit is contained in:
Nico Schottelius 2019-07-24 11:57:16 +02:00
parent 62d5816d9d
commit 6f961db35f
1 changed files with 0 additions and 3 deletions

View File

@ -27,8 +27,6 @@ action controller_reply(task_t task) {
#else
#include "actions_egress.p4"
action controller_reply(task_t task) {
meta.task = task;
meta.ingress_port = sume_metadata.src_port;
@ -45,7 +43,6 @@ action controller_debug() {
controller_reply(TASK_DEBUG);
}
#endif
/********************** ROUTING (egress definiton) TABLES ***********************************/