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 --- ctrl/libhicnctrl/src/hicn_plugin_api.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'ctrl/libhicnctrl/src/hicn_plugin_api.c') 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; -- cgit 1.2.3-korg