aboutsummaryrefslogtreecommitdiffstats
path: root/ctrl
diff options
context:
space:
mode:
authorEnrico Loparco (eloparco) <eloparco@cisco.com>2021-06-23 00:23:23 +0200
committerEnrico Loparco (eloparco) <eloparco@cisco.com>2021-06-24 09:32:16 +0200
commit7c2dc50e82152fe4ef4a69a799a80b747e444a37 (patch)
treeb9995a3ec4e2da6d62785baacac8746f3c3a9676 /ctrl
parent05bcac416bcddaf05bd0437bd27a19933502baf2 (diff)
[HICN-710] Add support for new route creation
Signed-off-by: Enrico Loparco (eloparco) <eloparco@cisco.com> Change-Id: Ib3b6fa8260f3f2475ad5b6e4147c1f7116b11dc4
Diffstat (limited to 'ctrl')
-rw-r--r--ctrl/libhicnctrl/includes/hicn/ctrl/api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctrl/libhicnctrl/includes/hicn/ctrl/api.h b/ctrl/libhicnctrl/includes/hicn/ctrl/api.h
index ebb4ee007..ef52f8988 100644
--- a/ctrl/libhicnctrl/includes/hicn/ctrl/api.h
+++ b/ctrl/libhicnctrl/includes/hicn/ctrl/api.h
@@ -631,6 +631,7 @@ int hc_face_snprintf(char *s, size_t size, hc_face_t *face);
*----------------------------------------------------------------------------*/
typedef struct {
+ // TODO: Allow also symbolic name
face_id_t face_id; /* Kr. */
int family; /* Krw */
ip_address_t remote_addr; /* krw */