npt66: network prefix translation for ipv6
[vpp.git] / src / plugins / npt66 / FEATURE.yaml
1 ---
2 name: NPTv6
3 maintainer: Ole Troan <otroan@employees.org>
4 features:
5   - NPTv6
6
7 description: "This plugin implements NPTv6 as described in RFC6296.
8               It supports arbitrary prefix lengths. And performs an
9               algorithmic mapping between internal and external IPv6 prefixes.
10               The mapping is checksum neutral.
11               The implementation is currently limited to a single statically configured binding
12               per interface.
13               A typical IPv6 CE use case, the external prefix would be learnt via DHCP PD
14               "
15 state: development
16 properties: [API, CLI, MULTITHREAD]