diff options
Diffstat (limited to 'nsh-plugin/nsh/nsh.api')
-rw-r--r-- | nsh-plugin/nsh/nsh.api | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nsh-plugin/nsh/nsh.api b/nsh-plugin/nsh/nsh.api index ee3f91f..1ef3c7b 100644 --- a/nsh-plugin/nsh/nsh.api +++ b/nsh-plugin/nsh/nsh.api @@ -88,6 +88,7 @@ define nsh_add_del_map { u32 mapped_nsp_nsi; u32 nsh_action; u32 sw_if_index; + u32 rx_sw_if_index; u32 next_node; }; @@ -114,5 +115,6 @@ define nsh_map_details { u32 mapped_nsp_nsi; u32 nsh_action; u32 sw_if_index; + u32 rx_sw_if_index; u32 next_node; }; |