Try to use function parameter in default_action

This commit is contained in:
Nico Schottelius 2019-03-25 13:50:29 +01:00
parent a006d84b01
commit 976397379d
1 changed files with 1 additions and 1 deletions

View File

@ -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 ***********************************/