From 6ee3aa41c395d036c8c79a3681cc5ee6bc6fceb9 Mon Sep 17 00:00:00 2001 From: Ole Troan Date: Thu, 17 Aug 2023 13:36:08 +0200 Subject: npt66: network prefix translation for ipv6 This is the initial commit of a NPTv6 (RFC6296) implementation for VPP. It's restricted to a single internal to external binding and runs as an output/input feature on the egress interface. Type: feature Change-Id: I0e3497af97f1ebd99377b84dbf599ecea935ca24 Signed-off-by: Ole Troan --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index 84894a30553..6e9b535028f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -816,6 +816,11 @@ I: bpf_trace_filter M: Mohammed Hawari F: src/plugins/bpf_trace_filter +Plugin - NPTv6 +I: npt66 +M: Ole Troan +F: src/plugins/npt66 + cJSON I: cjson M: Ole Troan -- cgit 1.2.3-korg