aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-plugin/src/mgmt.h
diff options
context:
space:
mode:
authorLuca Muscariello <muscariello@ieee.org>2020-03-23 06:44:55 +0000
committerGerrit Code Review <gerrit@fd.io>2020-03-23 06:44:55 +0000
commit4204e83413f46d42f65c961d473c56ec8a346934 (patch)
treee05837db83dceb1ffab12a40cb393358ae5a116f /hicn-plugin/src/mgmt.h
parent41d8204a49ed4bdec0e81aea9924780f2f5ffab8 (diff)
parent058f80a04fb24404c3f4396a45051fbc4ba05b62 (diff)
Merge "[HICN-551] Removed source code that uses acl"
Diffstat (limited to 'hicn-plugin/src/mgmt.h')
-rw-r--r--hicn-plugin/src/mgmt.h10
1 files changed, 0 insertions, 10 deletions
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,