vppapigen: support per-file (major,minor,patch) version stamps
[vpp.git] / src / plugins / ioam / ip6 / ioam_cache.api
index de50d57..c953b67 100644 (file)
  * limitations under the License.
  */
 
+vl_api_version 1.0.0
+
 /*  API to control ioam caching */
 
-define ioam_cache_ip6_enable_disable {
+autoreply define ioam_cache_ip6_enable_disable {
     /* Client identifier, set from api_main.my_client_index */
     u32 client_index;
 
@@ -27,11 +29,3 @@ define ioam_cache_ip6_enable_disable {
     u8 is_disable;
 
 };
-
-define ioam_cache_ip6_enable_disable_reply {
-    /* From the request */
-    u32 context;
-
-    /* Return value, zero means all OK */
-    i32 retval;
-};