Skip to content

Commit

Permalink
Merge pull request #10 from nttcom/fix/feature-description
Browse files Browse the repository at this point in the history
Fix/feature description
  • Loading branch information
watal committed Jul 25, 2023
2 parents 642e5f2 + 64cbd54 commit bc85ee1
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
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.
* [IP Flow Information Export (IPFIX) Entities](https://www.iana.org/assignments/ipfix/ipfix.xhtml)
* IPFIX Exporter with eBPF/XDP
* IPFIX Library in Go
* Support for [IANA Reserved Information Elements (IEs)](https://www.iana.org/assignments/ipfix/ipfix.xhtml)

## Installation & Use
* [Getting Started](docs/sources/getting-started.md)
Expand All @@ -28,3 +28,14 @@ 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

0 comments on commit bc85ee1

Please sign in to comment.