From 21b83e96d6076cda01ee80343840bc1166557150 Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Mon, 24 Jun 2019 09:55:46 -0400 Subject: api: implement ipfix_flush -Migrate tests to api and cleanup: '# FIXME this should be an API call' in tests. Type: feature Change-Id: I715f9f8acc0f2af9c974ea221b2aea46692a6218 Signed-off-by: Paul Vinciguerra --- src/vnet/ipfix-export/ipfix_export.api | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/vnet/ipfix-export/ipfix_export.api') diff --git a/src/vnet/ipfix-export/ipfix_export.api b/src/vnet/ipfix-export/ipfix_export.api index 9bd3790a430..8b13c3bd720 100644 --- a/src/vnet/ipfix-export/ipfix_export.api +++ b/src/vnet/ipfix-export/ipfix_export.api @@ -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") -- cgit 1.2.3-korg