From 11d376bcb8db53db37552554665839a61a353bbe Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 26 Feb 2019 15:54:41 +0100 Subject: [PATCH] [p4] add controller action --- p4src/static-mapping.p4 | 1 + 1 file changed, 1 insertion(+) diff --git a/p4src/static-mapping.p4 b/p4src/static-mapping.p4 index 2f0f35d..a236675 100644 --- a/p4src/static-mapping.p4 +++ b/p4src/static-mapping.p4 @@ -35,6 +35,7 @@ control MyIngress(inout headers hdr, } actions = { multicast_pkg; + send_to_controller; NoAction; } size = NDP_TABLE_SIZE;