ipfix-export: make stream fns exporter aware 12/34012/3
authorPaul Atkins <patkins@graphiant.com>
Wed, 22 Sep 2021 07:15:03 +0000 (08:15 +0100)
committerNeale Ranns <neale@graphiant.com>
Mon, 22 Nov 2021 09:30:09 +0000 (09:30 +0000)
commit9e827819a7a442e35fcd171de48d859f84d6bf28
tree17e8f3d94f48e1a7862bf0c89ccc14a73ba3bbfd
parent9ec6449e298ed10695c4afbba951ac46daa52e43
ipfix-export: make stream fns exporter aware

The functions that work on streams were getting the set of streams
directly from flow_report_main. Modify them to take an ipfix_exporter
as an argument, and then any processing they do is only for this
exporter.

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