api: implement ipfix_flush
[vpp.git] / src / vnet / ipfix-export / ipfix_export.api
index 9bd3790..8b13c3b 100644 (file)
@@ -13,7 +13,7 @@
  * limitations under the License.
  */
 
-option version = "1.0.0";
+option version = "1.0.1";
 
 /** \brief Configure IPFIX exporter process request
     @param client_index - opaque cookie to identify the sender
@@ -142,6 +142,11 @@ define ipfix_classify_table_details {
     u8 transport_protocol;
 };
 
+autoreply define ipfix_flush {
+    u32 client_index;
+    u32 context;
+};
+
 /*
  * Local Variables:
  * eval: (c-set-style "gnu")