From: Neale Ranns Date: Thu, 27 Aug 2020 09:09:56 +0000 (+0000) Subject: ipsec: Deprecate old interface API X-Git-Tag: v21.01-rc0~75 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=e6df80de4;hp=bcdc50d9007f72a6b4e1c45b4559ed8be4fb1c10;p=vpp.git ipsec: Deprecate old interface API Type: feature Change-Id: Ib5d7b7e4735a5dec6c3ed74068206a86782588ca Signed-off-by: Neale Ranns --- diff --git a/src/vnet/ipsec/ipsec.api b/src/vnet/ipsec/ipsec.api index 488df1cc4ea..16d210f69b9 100644 --- a/src/vnet/ipsec/ipsec.api +++ b/src/vnet/ipsec/ipsec.api @@ -14,7 +14,7 @@ * limitations under the License. */ -option version = "3.0.2"; +option version = "4.0.0"; import "vnet/ipsec/ipsec_types.api"; import "vnet/interface_types.api"; @@ -343,6 +343,7 @@ define ipsec_spd_interface_details { @param salt - for use with counter mode ciphers */ define ipsec_tunnel_if_add_del { + option deprecated="20.09"; u32 client_index; u32 context; bool is_add; @@ -490,6 +491,7 @@ define ipsec_sa_details { @param is_outbound - 1 if outbound (local) SA, 0 if inbound (remote) */ autoreply define ipsec_tunnel_if_set_sa { + option deprecated="20.09"; u32 client_index; u32 context; vl_api_interface_index_t sw_if_index;