api: clean up use of deprecated flag
The syntax of the deprecated flag has evolved.
Clean up usage to be "option deprecated;".
Type: fix
Signed-off-by: Ole Troan <ot@cisco.com>
Change-Id: If2b639f275eb8db58b36c457f9245fe35a4d8cb1
diff --git a/src/vnet/ipsec/ipsec.api b/src/vnet/ipsec/ipsec.api
index 52a16ed..89dcdb7 100644
--- a/src/vnet/ipsec/ipsec.api
+++ b/src/vnet/ipsec/ipsec.api
@@ -343,7 +343,7 @@
@param salt - for use with counter mode ciphers
*/
define ipsec_tunnel_if_add_del {
- option deprecated="20.09";
+ option deprecated;
u32 client_index;
u32 context;
bool is_add;
@@ -491,7 +491,7 @@
@param is_outbound - 1 if outbound (local) SA, 0 if inbound (remote)
*/
autoreply define ipsec_tunnel_if_set_sa {
- option deprecated="20.09";
+ option deprecated;
u32 client_index;
u32 context;
vl_api_interface_index_t sw_if_index;