From 7415aeaa213e63caa0bc3e625219996d9c2dc93a Mon Sep 17 00:00:00 2001 From: Alberto Compagno Date: Tue, 5 May 2020 18:26:18 +0200 Subject: [HICN-608] Added configuratin option to manage hicn behaviour with interfaces Signed-off-by: Alberto Compagno Change-Id: I8d48237b5dce737be443ec8949ac11721158d830 --- hicn-plugin/src/infra.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'hicn-plugin/src/infra.h') diff --git a/hicn-plugin/src/infra.h b/hicn-plugin/src/infra.h index 007cf266d..334b62ffe 100644 --- a/hicn-plugin/src/infra.h +++ b/hicn-plugin/src/infra.h @@ -18,6 +18,7 @@ #include #include +#include #include "pcs.h" @@ -43,6 +44,8 @@ typedef struct hicn_main_s */ u64 pit_lifetime_max_ms; + vnet_link_t link; + } hicn_main_t; extern hicn_main_t hicn_main; @@ -67,7 +70,8 @@ int hicn_infra_plugin_enable_disable (int enable_disable, int pit_max_size, f64 pit_max_lifetime_sec_req, - int cs_max_size); + int cs_max_size, + vnet_link_t link); /* vlib nodes that compose the hICN forwarder */ -- cgit 1.2.3-korg