aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ipfix-export/flow_report.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-6/+0
2022-09-09vlib: don't leak node frames on reforkDmitry Valter1-2/+1
2022-06-02ipfix-export: Fix frame leak in flow_report_process_send()Jon Loeliger1-1/+9
2022-03-04ipfix-export: fix the warning message for uninitialized variableMohsin Kazmi1-2/+2
2022-02-16ipfix-export: pass ipv4 addr to format fn for showPaul Atkins1-3/+4
2021-11-22ipfix-export: support sending of ipv6 pktsPaul Atkins1-62/+176
2021-11-22ipfix-export: Change exp to use ip_addressPaul Atkins1-17/+29
2021-11-22ipfix-export: rename variables when building bufsPaul Atkins1-40/+40
2021-11-22ipfix-export: refactor params to the callback fnsPaul Atkins1-6/+4
2021-11-22ipfix-export: Add APIs to get/send buffersPaul Atkins1-0/+160
2021-11-22ipfix-export: support creating multiple exportersPaul Atkins1-41/+46
2021-11-22ipfix-export: pass an exp to flow_report_add_delPaul Atkins1-22/+14
2021-11-22ipfix-export: make stream fns exporter awarePaul Atkins1-18/+11
2021-11-22ipfix-export: refactor fields in flow_report_mainPaul Atkins1-62/+77
2021-11-17ipfix-export: tidy code style in flow_report.cPaul Atkins1-46/+46
2021-05-05misc: ipfix process node wait time adjustmentMatthew Smith1-2/+14
2021-05-01vlib: refactor trajectory trace debug featureBenoƮt Ganne1-3/+0
2020-10-21misc: minimize dependencies on udp.hFlorin Coras1-0/+1
2020-05-29misc: ipfix-export unformat u16 collector_port fixElias Rudberg1-1/+2
2020-05-16misc: fix typo in set-ipfix-exporter CLI short_helpIgnas Bacius1-1/+1
2019-05-16init / exit function orderingDave Barach1-1/+1
2019-02-09buffers: fix typoDamjan Marion1-1/+1
2019-02-06buffers: make buffer data size configurable from startup configDamjan Marion1-1/+1
2019-01-20buffers: don't init metadata, as it is already initializedDamjan Marion1-4/+1
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-1/+1
2018-05-13Improve ipfix template packet rewrite constructionDave Barach1-2/+93
2018-05-04Flow: Rename IPFIX exporter.Ole Troan1-0/+529