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 <otroan@employees.org>
17 lines
630 B
YAML
17 lines
630 B
YAML
---
|
|
name: NPTv6
|
|
maintainer: Ole Troan <otroan@employees.org>
|
|
features:
|
|
- NPTv6
|
|
|
|
description: "This plugin implements NPTv6 as described in RFC6296.
|
|
It supports arbitrary prefix lengths. And performs an
|
|
algorithmic mapping between internal and external IPv6 prefixes.
|
|
The mapping is checksum neutral.
|
|
The implementation is currently limited to a single statically configured binding
|
|
per interface.
|
|
A typical IPv6 CE use case, the external prefix would be learnt via DHCP PD
|
|
"
|
|
state: development
|
|
properties: [API, CLI, MULTITHREAD]
|