From d47ac8cbbdefa3489af44400a7104dc33a63d29c Mon Sep 17 00:00:00 2001 From: Wataru Mishima Date: Thu, 20 Jul 2023 17:51:47 +0900 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08860f3..37700e9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ [![Go version](https://img.shields.io/github/go-mod/go-version/nttcom/fluvia)](https://go.dev/) [![License](https://img.shields.io/badge/license-MIT-blue)](LICENSE) -IPFIX Exporter Library with Go +IPFIX Exporter using eBPF/XDP and IPFIX Library with Go ## Features * Support Information Elements (IEs) reserved by IANA. From bc8ba53cc2c2711460c38601c2b5074a0e0c0b8d Mon Sep 17 00:00:00 2001 From: watal Date: Thu, 20 Jul 2023 18:06:35 +0900 Subject: [PATCH 2/2] Update Feature Description --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37700e9..f759f95 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ IPFIX Exporter using eBPF/XDP and IPFIX Library with Go ## Features -* Support Information Elements (IEs) reserved by IANA. +* **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) ## Installation & Use