nat: move deterministic nat to det44 sub feature
[vpp.git] / src / plugins / nat / FEATURE.yaml
1 ---
2 name: Network Address Translation
3 maintainer:
4   - Ole Troan <ot@cisco.com>
5   - Filip Varga <fivarga@cisco.com>
6 features:
7   - NAT44:
8       - 1:1 NAT
9       - 1:1 NAT with ports
10       - VRF awareness
11       - Multiple inside interfaces
12       - Hairpinning
13       - IPFIX
14       - Syslog
15       - Endpoint dependent NAT
16       - TCP MSS clamping
17       - Local bypass (DHCP)
18   - DET44 - deterministic NAT (CGN)
19   - NAT64
20   - NAT66
21   - DS-lite
22   - 464XLAT
23 description: "The Network Address Translation (NAT) plugin offers a multiple address
24               translation functions. These can be used in a raft of different
25               scenarios. CPE, CGN, etc."
26 state: production
27 properties: [API, CLI, STATS, MULTITHREAD]