Skip to content

Commit

Permalink
Update Implementation Status
Browse files Browse the repository at this point in the history
  • Loading branch information
watal committed Jul 25, 2023
1 parent 642e5f2 commit 45b6285
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
IPFIX Exporter using eBPF/XDP and IPFIX Library in Go

## Features
* **IPFIX Exporter in XDP/eBPF-enabled Environments:** Functions as an IPFIX Exporter within XDP/eBPF-enabled environments.
* **Support for IANA Reserved Information Elements (IEs):** Supports IEs reserved by IANA, ensuring compatibility with standards.
* IPFIX Exporter in XDP/eBPF-enabled Environments
* Support for IANA Reserved Information Elements (IEs)
* [IP Flow Information Export (IPFIX) Entities](https://www.iana.org/assignments/ipfix/ipfix.xhtml)

## Installation & Use
Expand All @@ -28,3 +28,17 @@ Feel free to fork the repository and create a Pull Request. Your contributions a
## Licensing
Fluvia Exporter is licensed under the [MIT license](https://en.wikipedia.org/wiki/MIT_License).
For the full license text, see [LICENSE](https://github.com/nttcom/fluvia/blob/master/LICENSE).

## Miscellaneous
Fluvia Exporter supports the following IETF Internet-Drafts:
- [Export of Segment Routing over IPv6 Information in IP Flow Information Export (IPFIX)](https://datatracker.ietf.org/doc/html/draft-ietf-opsawg-ipfix-srv6-srh-14)
- IPFIX Library: Supports all IEs.
- IPFIX Exporter: Implemented the following IEs.
- srhActiveSegmentIPv6
- srhSegmentsIPv6Left
- srhFlagsIPv6
- srhTagIPv6
- srhSegmentIPv6BasicList
- [Export of On-Path Delay in IPFIX](https://datatracker.ietf.org/doc/html/draft-ietf-opsawg-ipfix-on-path-telemetry-04)
- IPFIX Library: Supports all IEs.
- IPFIX Exporter: Implemented the following IEs.

0 comments on commit 45b6285

Please sign in to comment.