[HICN-287] Adding hicn section to the startup.conf 49/22449/6
authorAlberto Compagno <acompagn+fdio@cisco.com>
Tue, 1 Oct 2019 16:09:01 +0000 (18:09 +0200)
committerAlberto Compagno <acompagn+fdio@cisco.com>
Sun, 6 Oct 2019 21:27:05 +0000 (23:27 +0200)
commitdf63161bafa18c05318e7a87fd6422b1095e1a5a
tree4175ab5b02251741bb63ff9e157c53a509700d44
parent85a791ac2cdd35d79c00141e748b4c68fbdafb0d
[HICN-287] Adding hicn section to the startup.conf
Checking if the size of the CS is greater than the number of vlib buffers available and size it accordingly.
Removed unused parameters to set PIT lifetime

Change-Id: I47679466542d4338e447d9e0b956038143164020
Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
15 files changed:
cmake/Modules/Packager.cmake
hicn-plugin/CMakeLists.txt
hicn-plugin/README.md
hicn-plugin/cmake/Modules/Packaging.cmake
hicn-plugin/scripts/post [new file with mode: 0644]
hicn-plugin/scripts/postinst [new file with mode: 0644]
hicn-plugin/scripts/postun [new file with mode: 0644]
hicn-plugin/src/cli.c
hicn-plugin/src/hicn.api
hicn-plugin/src/hicn.c
hicn-plugin/src/hicn_api.c
hicn-plugin/src/hicn_api_test.c
hicn-plugin/src/infra.h
hicn-plugin/src/params.h
hicn-plugin/src/strategy.c