aboutsummaryrefslogtreecommitdiffstats
path: root/nsh-plugin/nsh/nsh.api
diff options
context:
space:
mode:
Diffstat (limited to 'nsh-plugin/nsh/nsh.api')
-rw-r--r--nsh-plugin/nsh/nsh.api15
1 files changed, 14 insertions, 1 deletions
diff --git a/nsh-plugin/nsh/nsh.api b/nsh-plugin/nsh/nsh.api
index ed9f2fd..0f9e13d 100644
--- a/nsh-plugin/nsh/nsh.api
+++ b/nsh-plugin/nsh/nsh.api
@@ -92,4 +92,17 @@ define nsh_add_del_map {
define nsh_add_del_map_reply {
u32 context;
i32 retval;
-}; \ No newline at end of file
+};
+
+define nsh_map_dump {
+ u32 client_index;
+ u32 context;
+};
+
+define nsh_map_details {
+ u32 context;
+ u32 nsp_nsi;
+ u32 mapped_nsp_nsi;
+ u32 sw_if_index;
+ u32 next_node;
+};