aboutsummaryrefslogtreecommitdiffstats
path: root/ctrl/libhicnctrl
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 /ctrl/libhicnctrl
parent41d8204a49ed4bdec0e81aea9924780f2f5ffab8 (diff)
parent058f80a04fb24404c3f4396a45051fbc4ba05b62 (diff)
Merge "[HICN-551] Removed source code that uses acl"
Diffstat (limited to 'ctrl/libhicnctrl')
-rw-r--r--ctrl/libhicnctrl/src/hicn_plugin_api.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/ctrl/libhicnctrl/src/hicn_plugin_api.c b/ctrl/libhicnctrl/src/hicn_plugin_api.c
index 0b387404b..406f43404 100644
--- a/ctrl/libhicnctrl/src/hicn_plugin_api.c
+++ b/ctrl/libhicnctrl/src/hicn_plugin_api.c
@@ -113,11 +113,7 @@ struct hc_sock_s {
_(hicn_api_routes_details) \
_(hicn_api_strategies_get_reply) \
_(hicn_api_strategy_get) \
- _(hicn_api_strategy_get_reply) \
- _(hicn_api_punting_add) \
- _(hicn_api_punting_add_reply) \
- _(hicn_api_punting_del) \
- _(hicn_api_punting_del_reply)
+ _(hicn_api_strategy_get_reply)
typedef vapi_type_msg_header2_t hc_msg_header_t;