Releases: vmware/go-ipfix
Releases · vmware/go-ipfix
go-ipfix v0.2.2
go-ipfix v0.2.1
go-ipfix v0.2.0
Added
- IPFIX collector support based on RFC 7011, which can stream and decode the IPFIX packets.
(#13, #21, @zyiou) - Add new fields related to the Kubernetes network policy to the Antrea registry.
(#23 @srikartati)
Changed
- Global registry support that initializes both IANA and Antrea registries. (#24, @zyiou)
- Update the klog version to 2.0. (#16, @srikartati)
go-ipfix v0.1.0
go-ipfix is an IPFIX library that can be used to implement an IPFIX exporter, which can export flow records. go-ipfix follows RFC 7011 and other referenced RFCs. Specifically, this release mainly implements the IPFIX exporting process feature and provides the required IPFIX entities such as information elements, records, sets, message, etc. In addition, this library supports loading IPFIX information elements from IANA registry, reverse information elements (enterprise ID: 29305), and information elements from the private Antrea registry (enterprise ID: 55829) to support Project Antrea.