aboutsummaryrefslogtreecommitdiffstats
path: root/nsh-plugin/nsh/nsh.api
diff options
context:
space:
mode:
authorEd Warnicke <eaw@cisco.com>2016-07-06 15:23:34 -0700
committerEd Warnicke <eaw@cisco.com>2016-09-07 13:27:27 -0700
commit237944f38b6b08b83dff9dafbf0f7ee3ce9a3752 (patch)
tree03358b48c1fcb6a1ab1b25da5f55e42fd0a14a8e /nsh-plugin/nsh/nsh.api
parentc8291ef9611e465efd5ada0ff77b1018640b9690 (diff)
jvpp support for nsh
Augment APIs with entry_index for reply, dump and details Squashes: https://gerrit.fd.io/r/#/c/2538/ https://gerrit.fd.io/r/#/c/2118/ https://gerrit.fd.io/r/#/c/1884/ Change-Id: Ibbdc53e2db8ffa5499380f6ce70356c4a401315e Signed-off-by: Marek Gradzki <mgradzki@cisco.com> Signed-off-by: Hongjun Ni <hongjun.ni@intel.com> Signed-off-by: Ed Warnicke <eaw@cisco.com>
Diffstat (limited to 'nsh-plugin/nsh/nsh.api')
-rw-r--r--nsh-plugin/nsh/nsh.api6
1 files changed, 6 insertions, 0 deletions
diff --git a/nsh-plugin/nsh/nsh.api b/nsh-plugin/nsh/nsh.api
index b1f39bc..582f84e 100644
--- a/nsh-plugin/nsh/nsh.api
+++ b/nsh-plugin/nsh/nsh.api
@@ -39,16 +39,19 @@ define nsh_add_del_entry {
define nsh_add_del_entry_reply {
u32 context;
i32 retval;
+ u32 entry_index;
};
define nsh_entry_dump {
u32 client_index;
u32 context;
+ u32 entry_index;
};
define nsh_entry_details {
u32 context;
+ u32 entry_index;
u32 nsp_nsi;
u8 md_type;
u8 ver_o_c;
@@ -94,15 +97,18 @@ define nsh_add_del_map {
define nsh_add_del_map_reply {
u32 context;
i32 retval;
+ u32 map_index;
};
define nsh_map_dump {
u32 client_index;
u32 context;
+ u32 map_index;
};
define nsh_map_details {
u32 context;
+ u32 map_index;
u32 nsp_nsi;
u32 mapped_nsp_nsi;
u32 sw_if_index;