diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-06-24 09:55:46 -0400 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2019-06-24 16:22:35 +0000 |
commit | 21b83e96d6076cda01ee80343840bc1166557150 (patch) | |
tree | b2cebd374c256642f6451f00e3fc2c06692de5f7 /src/vnet/ipfix-export/ipfix_export.api | |
parent | 496b0dee7f6fe4a0b18c5a5993c11840fd9a1ccc (diff) |
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 <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/vnet/ipfix-export/ipfix_export.api')
-rw-r--r-- | src/vnet/ipfix-export/ipfix_export.api | 7 |
1 files changed, 6 insertions, 1 deletions
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") |