Skip to content

Releases: vmware/go-ipfix

go-ipfix v0.2.2

26 Sep 05:47
Compare
Choose a tag to compare
go-ipfix v0.2.2 Pre-release
Pre-release

Changed

  • Change reverse information element and const naming. (#45, @zyiou)

Fixed

  • Fix collector concurrent map writes failure in unit tests. (#42, @zyiou)

go-ipfix v0.2.1

23 Sep 23:43
ed976ee
Compare
Choose a tag to compare
go-ipfix v0.2.1 Pre-release
Pre-release

Changed

  • Revert klog version from 2.0 to 1.0. (#33, @zyiou)

go-ipfix v0.2.0

18 Sep 21:19
2eb0edf
Compare
Choose a tag to compare
go-ipfix v0.2.0 Pre-release
Pre-release

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

11 Aug 17:23
Compare
Choose a tag to compare
go-ipfix v0.1.0 Pre-release
Pre-release

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.