From d153eeb4f885f90a0d3a7077bdec7731f58e7d32 Mon Sep 17 00:00:00 2001 From: watal Date: Sat, 22 Jul 2023 11:45:41 -0700 Subject: [PATCH 1/2] Update Implementation Status --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 943f902..d7f34e2 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 From 64cbd54927b869f898d4ccbbf789f0aeca1e8546 Mon Sep 17 00:00:00 2001 From: watal Date: Mon, 24 Jul 2023 17:26:18 -0700 Subject: [PATCH 2/2] Fix features description --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d7f34e2..d5d6afa 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ IPFIX Exporter using eBPF/XDP and IPFIX Library in Go ## Features -* 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) +* 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)