[HICN-394] Add route commands add, list, del for the hicn-plugin 64/23464/7
authorAlberto Compagno <acompagn+fdio@cisco.com>
Fri, 15 Nov 2019 08:58:23 +0000 (08:58 +0000)
committerAlberto Compagno <acompagn+fdio@cisco.com>
Wed, 20 Nov 2019 07:58:12 +0000 (07:58 +0000)
commit4eb89ea4dcad4c01664b5331745f4e9a38facbd2
treef4c6935249f6461a03886ab89532e5563db1f75f
parent40fde5ad542c30e59ac02639e29389085de89de5
[HICN-394] Add route commands add, list, del for the hicn-plugin

Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
Change-Id: I41641f6d27babaa1c413ecf2fe6eae0e499df97d
17 files changed:
CMakeLists.txt
cmake/Modules/BuildMacros.cmake
cmake/Modules/FindHicnBinaryApi.cmake [deleted file]
cmake/Modules/FindHicnPlugin.cmake
cmake/Modules/FindVpp.cmake
ctrl/CMakeLists.txt
ctrl/libhicnctrl/CMakeLists.txt
ctrl/libhicnctrl/includes/hicn/ctrl/api.h
ctrl/libhicnctrl/src/CMakeLists.txt
ctrl/libhicnctrl/src/api.c
ctrl/libhicnctrl/src/hicn_plugin_api.c [new file with mode: 0644]
hicn-plugin/CMakeLists.txt
hicn-plugin/src/hicn_api.c
hicn-plugin/src/strategies/dpo_mw.c
lib/src/util/ip_address.c
libtransport/CMakeLists.txt
libtransport/src/hicn/transport/core/hicn_binary_api.c