Debug print to controller by default, not dropping
This commit is contained in:
parent
e0e98535ac
commit
809110edc7
2 changed files with 41 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue