Files
vpp/src/plugins/nat/FEATURE.yaml
Filip Varga ea6c878d5f nat: updating my maintainer email address
Type: fix

Signed-off-by: Filip Varga <filipvarga89@gmail.com>
Change-Id: I1f5069df2dc743ecd1269e947dd375cb1b84970f
2022-11-10 16:12:18 +00:00

37 lines
966 B
YAML

---
name: Network Address Translation
maintainer:
- Ole Troan <ot@cisco.com>
- Filip Varga <filipvarga89@gmail.com>
features:
- NAT44-EI - IPv4 Endpoint Independent NAT
- 1:1 NAT
- 1:1 NAT with ports
- VRF awareness
- Multiple inside interfaces
- Hairpinning
- IPFIX
- Syslog
- TCP MSS clamping
- Local bypass (DHCP)
- NAT44-ED - IPv4 Endpoint Dependent NAT
- 1:1 NAT
- 1:1 NAT with ports
- VRF awareness
- Multiple inside interfaces
- Hairpinning
- IPFIX
- Syslog
- TCP MSS clamping
- Local bypass (DHCP)
- DET44 - deterministic NAT (CGN)
- NAT64
- NAT66
- DSLITE
- 464XLAT
description: "The Network Address Translation (NAT) plugin offers a multiple address
translation functions. These can be used in a raft of different
scenarios. CPE, CGN, etc."
state: production
properties: [API, CLI, STATS, MULTITHREAD]