Debug print to controller by default, not dropping

This commit is contained in:
Nico Schottelius 2019-03-19 21:03:10 +01:00
commit 809110edc7
2 changed files with 41 additions and 2 deletions

View file

@ -249,7 +249,8 @@ control MyIngress(inout headers hdr,
NoAction;
}
size = ROUTING_TABLE_SIZE;
default_action = NoAction;
// default_action = NoAction;
default_action = controller_debug;
}
table v4_networks {