From 03ffe73957ce859e19a9a4fd0bb2fb60d1086288 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 4 Mar 2019 14:10:11 +0100 Subject: [PATCH] [icmp6] v6_networks table add actions --- p4src/static-mapping.p4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/p4src/static-mapping.p4 b/p4src/static-mapping.p4 index f89aafd..ea25d5d 100644 --- a/p4src/static-mapping.p4 +++ b/p4src/static-mapping.p4 @@ -155,6 +155,8 @@ control MyIngress(inout headers hdr, } actions = { set_egress_port; + controller_debug; + controller_reply; NoAction; } size = ROUTING_TABLE_SIZE;