From 058f80a04fb24404c3f4396a45051fbc4ba05b62 Mon Sep 17 00:00:00 2001 From: Alberto Compagno Date: Tue, 17 Mar 2020 11:21:40 +0100 Subject: [HICN-551] Removed source code that uses acl - Removed punting from the sysrepo-plugin - Removed calls to the punting functions of binary api in the libhicnctrl - Added documentation in vpp-plugin.md and doxygen related to pg Change-Id: I8936156d51524797441ec49f0d5e801a1ad3643a Signed-off-by: Alberto Compagno --- hicn-plugin/src/mgmt.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'hicn-plugin/src/mgmt.h') diff --git a/hicn-plugin/src/mgmt.h b/hicn-plugin/src/mgmt.h index 08b1de089..326922a01 100644 --- a/hicn-plugin/src/mgmt.h +++ b/hicn-plugin/src/mgmt.h @@ -45,16 +45,6 @@ typedef enum HICN_MGMT_FACE_OP_HELLO, } hicn_mgmt_face_op_e; - -typedef enum -{ - HICN_MGMT_PUNTING_OP_NONE = 0, - HICN_MGMT_PUNTING_OP_CREATE, - HICN_MGMT_PUNTING_OP_DELETE, - HICN_MGMT_PUNTING_OP_ENABLE, - HICN_MGMT_PUNTING_OP_DISABLE -} hicn_mgmt_punting_op_e; - typedef enum { HICN_MGMT_MAPME_OP_NONE = 0, -- cgit 1.2.3-korg