ipsec: Mark the interface create reply deprecated 11/30611/2
authorNeale Ranns <nranns@cisco.com>
Tue, 5 Jan 2021 14:38:53 +0000 (14:38 +0000)
committerNeale Ranns <nranns@cisco.com>
Wed, 6 Jan 2021 08:10:25 +0000 (08:10 +0000)
Type: fix

I should have done this wehn i marked the request as deprecated. The
reply also needs to be marked deprecated so the API compliance script
can remove it along with the request.

Signed-off-by: Neale Ranns <nranns@cisco.com>
Change-Id: I8391257944b6cff7b32a01a479dd1dcab30cd33b

src/vnet/ipsec/ipsec.api

index 178c7c6..9b09131 100644 (file)
@@ -389,6 +389,7 @@ define ipsec_tunnel_if_add_del {
     @param sw_if_index - sw_if_index of new interface (for successful add)
 */
 define ipsec_tunnel_if_add_del_reply {
+  option deprecated;
   u32 context;
   i32 retval;
   vl_api_interface_index_t sw_if_index;