Try to use function parameter in default_action
This commit is contained in:
parent
a006d84b01
commit
976397379d
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ control MyIngress(inout headers hdr,
|
|||
NoAction;
|
||||
}
|
||||
size = ROUTING_TABLE_SIZE;
|
||||
default_action = NoAction;
|
||||
default_action = controller_debug_table_id(TABLE_V4_NETWORKS);
|
||||
}
|
||||
|
||||
/********************** APPLYING TABLES ***********************************/
|
||||
|
|
Loading…
Reference in a new issue