feat: libhicnctrl: new API to allow sending MAP-Me command on specific face 19/38119/13
authorJordan Augé <jordan.auge+fdio@cisco.com>
Tue, 24 Jan 2023 00:46:29 +0000 (01:46 +0100)
committerJordan Augé <jordan.auge+fdio@cisco.com>
Wed, 8 Feb 2023 16:11:36 +0000 (17:11 +0100)
commit49776ceac54eecadabca6c0e2fdc0b9ee2e8e663
treec357522d75a35142fca8b153984c776333d179f2
parent8a7e75e84a31180d51b9970d526709ec4dca2030
feat: libhicnctrl: new API to allow sending MAP-Me command on specific face

Change-Id: Iac39a1d145a5c1b4f19e1fa35d713ca720393760
Ticket: HICN-832
Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>
41 files changed:
ctrl/libhicnctrl/includes/hicn/ctrl/api.h
ctrl/libhicnctrl/includes/hicn/ctrl/hicn-light.h
ctrl/libhicnctrl/includes/hicn/ctrl/objects/mapme.h
ctrl/libhicnctrl/src/CMakeLists.txt
ctrl/libhicnctrl/src/commands/command_cache.c
ctrl/libhicnctrl/src/commands/command_connection.c
ctrl/libhicnctrl/src/commands/command_face.c
ctrl/libhicnctrl/src/commands/command_listener.c
ctrl/libhicnctrl/src/commands/command_mapme.c
ctrl/libhicnctrl/src/commands/command_policy.c
ctrl/libhicnctrl/src/commands/command_punting.c
ctrl/libhicnctrl/src/commands/command_route.c
ctrl/libhicnctrl/src/commands/command_stats.c
ctrl/libhicnctrl/src/commands/command_strategy.c
ctrl/libhicnctrl/src/commands/command_subscription.c
ctrl/libhicnctrl/src/hicnctrl.c
ctrl/libhicnctrl/src/module.h
ctrl/libhicnctrl/src/module_object_vft.h [deleted file]
ctrl/libhicnctrl/src/modules/CMakeLists.txt
ctrl/libhicnctrl/src/modules/hicn_light.c
ctrl/libhicnctrl/src/modules/hicn_light/mapme.c
ctrl/libhicnctrl/src/modules/hicn_light/mapme.h [new file with mode: 0644]
ctrl/libhicnctrl/src/object_private.h
ctrl/libhicnctrl/src/object_vft.c
ctrl/libhicnctrl/src/objects/mapme.c [new file with mode: 0644]
ctrl/libhicnctrl/src/objects/mapme.h [new file with mode: 0644]
ctrl/libhicnctrl/src/objects/route.c
hicn-light/src/hicn/config/CMakeLists.txt
hicn-light/src/hicn/config/commands.c
hicn-light/src/hicn/core/connection.h
hicn-light/src/hicn/core/fib.c
hicn-light/src/hicn/core/fib.h
hicn-light/src/hicn/core/fib_entry.c
hicn-light/src/hicn/core/fib_entry.h
hicn-light/src/hicn/core/forwarder.c
hicn-light/src/hicn/core/mapme.c
hicn-light/src/hicn/core/mapme.h
hicn-light/src/hicn/core/msgbuf.h
hicn-light/src/hicn/strategies/local_prefixes.c
lib/src/protocol/icmp.c
libtransport/src/io_modules/hicn-light/hicn_forwarder_module.cc