aboutsummaryrefslogtreecommitdiffstats
path: root/vpp/api/vpe.api
diff options
context:
space:
mode:
authorAndrej Kozemcak <akozemca@cisco.com>2016-05-02 12:14:33 +0200
committerDave Barach <openvpp@barachs.net>2016-05-05 11:46:10 +0000
commita9edd85e4cb35fd55c515dbfbad37aecd28c1431 (patch)
tree5e3b18b82beea727d9445a19fcbcec7962813ffc /vpp/api/vpe.api
parentfdff1e6ed540f2a04792fb64e04b0c7862dc2b8c (diff)
ONE-2: Add new LISP dump API for lisp gpe
API: lisp_gpe_enable_disable_dump Change-Id: I1c8e78f00f9a3f99c1f2f54884af565292e4ccf8 Signed-off-by: Andrej Kozemcak <akozemca@cisco.com>
Diffstat (limited to 'vpp/api/vpe.api')
-rw-r--r--vpp/api/vpe.api18
1 files changed, 18 insertions, 0 deletions
diff --git a/vpp/api/vpe.api b/vpp/api/vpe.api
index 9d0f6b7f469..6ecb15fb710 100644
--- a/vpp/api/vpe.api
+++ b/vpp/api/vpe.api
@@ -2460,6 +2460,24 @@ define lisp_map_resolver_dump {
u32 context;
};
+/** \brief Status of lisp-gpe protocol, enable or disable
+ @param context - sender context, to match reply w/ request
+ @param is_en - enable protocol if non-zero, else disable
+*/
+manual_java define lisp_gpe_enable_disable_status_details {
+ u32 context;
+ u8 is_en;
+};
+
+/** \brief Request for lisp-gpe protocol status
+ @param client_index - opaque cookie to identify the sender
+ @param context - sender context, to match reply w/ request
+*/
+define lisp_gpe_enable_disable_status_dump {
+ u32 client_index;
+ u32 context;
+};
+
/* Gross kludge, DGMS */
define interface_name_renumber {
u32 client_index;