nat: Final NAT44 EI/ED split patch
[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-EI - IPv4 Endpoint Independent NAT
8       - 1:1 NAT
9       - 1:1 NAT with ports
10       - VRF awareness
11       - Multiple inside interfaces
12       - Hairpinning
13       - IPFIX
14       - Syslog
15       - TCP MSS clamping
16       - Local bypass (DHCP)
17   - NAT44-ED - IPv4 Endpoint Dependent NAT
18       - 1:1 NAT
19       - 1:1 NAT with ports
20       - VRF awareness
21       - Multiple inside interfaces
22       - Hairpinning
23       - IPFIX
24       - Syslog
25       - TCP MSS clamping
26       - Local bypass (DHCP)
27   - DET44 - deterministic NAT (CGN)
28   - NAT64
29   - NAT66
30   - DSLITE
31   - 464XLAT
32 description: "The Network Address Translation (NAT) plugin offers a multiple address
33               translation functions. These can be used in a raft of different
34               scenarios. CPE, CGN, etc."
35 state: production
36 properties: [API, CLI, STATS, MULTITHREAD]