From c323cabf23d64b9c55d688bf968194b816e19d67 Mon Sep 17 00:00:00 2001 From: Vengada Date: Tue, 21 Mar 2017 01:01:51 -0700 Subject: Changes for supoprting iOAM/ NSH export. Add a separate node for POP only handling to support iOAM export dynamic node. Change-Id: I411ee93ea3ec34ed24c18c1ba4b5dc1c9533e483 Signed-off-by: Vengada --- nsh-plugin/nsh/nsh.api | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nsh-plugin/nsh/nsh.api') 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; }; -- cgit 1.2.3-korg