aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-plugin/src/hicn.api
diff options
context:
space:
mode:
authorAlberto Compagno <acompagn+fdio@cisco.com>2019-12-11 09:57:58 +0100
committerAberto Compagno <acompagn+fdio@cisco.com>2020-01-30 08:21:50 +0000
commit38682396416f315fb5c5b0f8c25beb7a6a909d4f (patch)
tree9b56f4835a8936252f87bc19a27432b4bb8587c0 /hicn-plugin/src/hicn.api
parentfa11d711aaab5e4cba7e89dcc896866f3e73db3f (diff)
[HICN-445] Update to vpp 20.01
Change-Id: I19a442080b6ca8b0477a8f92f161282288c395ee Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
Diffstat (limited to 'hicn-plugin/src/hicn.api')
-rw-r--r--hicn-plugin/src/hicn.api14
1 files changed, 7 insertions, 7 deletions
diff --git a/hicn-plugin/src/hicn.api b/hicn-plugin/src/hicn.api
index 673f67c43..b226dfe4d 100644
--- a/hicn-plugin/src/hicn.api
+++ b/hicn-plugin/src/hicn.api
@@ -16,13 +16,13 @@
option version = "5.1.0";
import "vnet/ip/ip_types.api";
-enum face_type
+enum hicn_face_type
{
IP_FACE = 0,
UDP_FACE,
};
-enum punt_type
+enum hicn_punt_type
{
IP_PUNT = 0,
UDP_PUNT,
@@ -375,7 +375,7 @@ define hicn_api_face_add
u32 context;
/* Type of face to add */
- vl_api_face_type_t type;
+ vl_api_hicn_face_type_t type;
/* Face to add */
vl_api_hicn_face_union_t face;
@@ -426,7 +426,7 @@ define hicn_api_faces_details
u32 faceid;
/* Type of face to add */
- vl_api_face_type_t type;
+ vl_api_hicn_face_type_t type;
/* Face to add */
vl_api_hicn_face_union_t face;
@@ -465,7 +465,7 @@ define hicn_api_face_get_reply
u32 faceid;
/* Type of face to add */
- vl_api_face_type_t type;
+ vl_api_hicn_face_type_t type;
/* Face to add */
vl_api_hicn_face_union_t face;
@@ -672,7 +672,7 @@ define hicn_api_punting_add
u32 context;
/* Type of punting rule */
- vl_api_punt_type_t type;
+ vl_api_hicn_punt_type_t type;
/* Prefix to match */
vl_api_hicn_punting_union_t rule;
@@ -696,7 +696,7 @@ define hicn_api_punting_del
u32 context;
/* Type of punting rule */
- vl_api_punt_type_t type;
+ vl_api_hicn_punt_type_t type;
/* Prefix to match */
vl_api_hicn_punting_union_t rule;