From 976397379d73222cb893100673d1e1e7147a5031 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 25 Mar 2019 13:50:29 +0100 Subject: [PATCH] Try to use function parameter in default_action --- p4src/static-mapping.p4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p4src/static-mapping.p4 b/p4src/static-mapping.p4 index 3137d61..3d0c671 100644 --- a/p4src/static-mapping.p4 +++ b/p4src/static-mapping.p4 @@ -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 ***********************************/