diff options
author | 2016-08-02 00:55:03 +0800 | |
---|---|---|
committer | 2016-08-02 00:55:03 +0800 | |
commit | e566590ed0b45b1b230239a6a066f40bc4da3fb8 (patch) | |
tree | 0613632afffdc7856309faa1d37e1cc5d26f5f9c /nsh-plugin/nsh/nsh.api | |
parent | b8812f176859d958fc09217bd827ef7382502fb7 (diff) |
Add nsh_map_dump API
Change-Id: If901cf638c9142c362afeb9634a7cbcd458c0125
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Diffstat (limited to 'nsh-plugin/nsh/nsh.api')
-rw-r--r-- | nsh-plugin/nsh/nsh.api | 15 |
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; +}; |