-typo
This commit is contained in:
parent
62d5816d9d
commit
6f961db35f
1 changed files with 0 additions and 3 deletions
|
@ -27,8 +27,6 @@ action controller_reply(task_t task) {
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#include "actions_egress.p4"
|
|
||||||
|
|
||||||
action controller_reply(task_t task) {
|
action controller_reply(task_t task) {
|
||||||
meta.task = task;
|
meta.task = task;
|
||||||
meta.ingress_port = sume_metadata.src_port;
|
meta.ingress_port = sume_metadata.src_port;
|
||||||
|
@ -45,7 +43,6 @@ action controller_debug() {
|
||||||
controller_reply(TASK_DEBUG);
|
controller_reply(TASK_DEBUG);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/********************** ROUTING (egress definiton) TABLES ***********************************/
|
/********************** ROUTING (egress definiton) TABLES ***********************************/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue