From c507ece3e1d01483ebd5ba3af190b7cdf0876a94 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 24 Jun 2019 14:25:18 +0200 Subject: [PATCH] Remove unused multicasting code --- netpfga/minip4/src/minip4_solution-nat64.p4 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/netpfga/minip4/src/minip4_solution-nat64.p4 b/netpfga/minip4/src/minip4_solution-nat64.p4 index 357c262..a08e7d3 100644 --- a/netpfga/minip4/src/minip4_solution-nat64.p4 +++ b/netpfga/minip4/src/minip4_solution-nat64.p4 @@ -143,11 +143,6 @@ control TopPipe(inout Parsed_packet hdr, } -// action multicast_pkg(mcast_t mcast_grp) { /* Output PKG on correct ports (plural) */ -// standard_metadata.mcast_grp = mcast_grp; -// } - - // /********************** NAT64 / NAT46 ACTIONS GENERIC ***********************************/ // /* changes for icmp6 -> icmp */