ikev2: Configure a profile with an existing interface
[vpp.git] / src / plugins / ikev2 / ikev2.api
index 29d0c7b..aa9f1b3 100644 (file)
@@ -146,6 +146,22 @@ autoreply define ikev2_set_local_key
   option vat_help = "file <absolute_file_path>";
 };
 
+/** \brief IKEv2: Set the tunnel interface which will be protected by IKE
+    If this API is not called, a new tunnel will be created
+    @param client_index - opaque cookie to identify the sender
+    @param context - sender context, to match reply w/ request
+    @param name - IKEv2 profile name
+    @param sw_if_index - Of an existing tunnel
+*/
+autoreply define ikev2_set_tunnel_interface
+{
+  u32 client_index;
+  u32 context;
+  string name[64];
+
+  vl_api_interface_index_t sw_if_index;
+};
+
 /** \brief IKEv2: Set IKEv2 responder interface and IP address
     @param client_index - opaque cookie to identify the sender
     @param context - sender context, to match reply w/ request