"autoreply" flag: autogenerate standard xxx_reply_t messages
[vpp.git] / src / plugins / ioam / export-vxlan-gpe / vxlan_gpe_ioam_export.api
index 7b17c3f..caa97e6 100644 (file)
@@ -16,7 +16,7 @@
 
 /* Define a simple binary API to control the feature */
 
-define vxlan_gpe_ioam_export_enable_disable {
+autoreply define vxlan_gpe_ioam_export_enable_disable {
     /* Client identifier, set from api_main.my_client_index */
     u32 client_index;
 
@@ -32,11 +32,3 @@ define vxlan_gpe_ioam_export_enable_disable {
 
     /* Src ip address */
 };
-
-define vxlan_gpe_ioam_export_enable_disable_reply {
-    /* From the request */
-    u32 context;
-
-    /* Return value, zero means all OK */
-    i32 retval;
-};
\ No newline at end of file