diff options
author | Alberto Compagno <acompagn+fdio@cisco.com> | 2019-10-01 18:09:01 +0200 |
---|---|---|
committer | Alberto Compagno <acompagn+fdio@cisco.com> | 2019-10-06 23:27:05 +0200 |
commit | df63161bafa18c05318e7a87fd6422b1095e1a5a (patch) | |
tree | 4175ab5b02251741bb63ff9e157c53a509700d44 /hicn-plugin/src/hicn.api | |
parent | 85a791ac2cdd35d79c00141e748b4c68fbdafb0d (diff) |
[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>
Diffstat (limited to 'hicn-plugin/src/hicn.api')
-rw-r--r-- | hicn-plugin/src/hicn.api | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/hicn-plugin/src/hicn.api b/hicn-plugin/src/hicn.api index d344061ba..da14a9faf 100644 --- a/hicn-plugin/src/hicn.api +++ b/hicn-plugin/src/hicn.api @@ -33,12 +33,6 @@ define hicn_api_node_params_set /* Portion of CS reserved to application, otherwise -1 to assign default value */ i32 cs_reserved_app; - /* Default PIT entry lifetime, otherwise -1 to assign default value */ - f64 pit_dflt_lifetime_sec; - - /* Lower bound on PIT entry lifetime, otherwise -1 to assign default value */ - f64 pit_min_lifetime_sec; - /* Upper bound on PIT entry lifetime, otherwise -1 to assign default value */ f64 pit_max_lifetime_sec; }; @@ -84,12 +78,6 @@ define hicn_api_node_params_get_reply /* CS maximum size, otherwise -1 to assign default value */ u32 cs_max_size; - /* Default PIT entry lifetime */ - f64 pit_dflt_lifetime_sec; - - /* Lower bound on PIT entry lifetime */ - f64 pit_min_lifetime_sec; - /* Upper bound on PIT entry lifetime */ f64 pit_max_lifetime_sec; }; |