ipfix-export: refactor ipfix_exporter_t_handler fn 14/34014/3
authorPaul Atkins <patkins@graphiant.com>
Wed, 22 Sep 2021 13:18:45 +0000 (14:18 +0100)
committerNeale Ranns <neale@graphiant.com>
Mon, 22 Nov 2021 09:30:09 +0000 (09:30 +0000)
commita6e131e3e6ae4b8b97d65d508cbd9c2d5664c498
tree993ca4a02af4cb14701760b8e72eb94a33762967
parent40f9a7ac7ea0c22ee1aade671c871c67af4a5d51
ipfix-export: refactor ipfix_exporter_t_handler fn

Split this api handler into 2 parts. The first is the top level handler
and the second is the internal helper function that does all the work.
This is in preparation for having a similar API that allows multiple
exporters to exist at the same time.

Type: refactor
Signed-off-by: Paul Atkins <patkins@graphiant.com>
Change-Id: Ibd4037682742f4c2f52b4cd1346d35fb2029461d
src/vnet/ipfix-export/flow_api.c