nat: updating my maintainer email address
[vpp.git] / src / plugins / nat / FEATURE.yaml
index 65cd959..e2efdf5 100644 (file)
@@ -1,10 +1,10 @@
 ---
-name: Network Address Translation (NAT)
+name: Network Address Translation
 maintainer:
   - Ole Troan <ot@cisco.com>
-  - Filip Varga <fivarga@cisco.com>
+  - Filip Varga <filipvarga89@gmail.com>
 features:
-  - NAT44:
+  - NAT44-EI - IPv4 Endpoint Independent NAT
       - 1:1 NAT
       - 1:1 NAT with ports
       - VRF awareness
@@ -12,16 +12,25 @@ features:
       - Hairpinning
       - IPFIX
       - Syslog
-      - Endpoint dependent NAT
       - TCP MSS clamping
       - Local bypass (DHCP)
-  - CGN - deterministic NAT
+  - 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
-  - DS-lite
+  - DSLITE
   - 464XLAT
-description: "The NAT plugin offers a multiple address translation functions.
-              These can be used in a raft of different scenarios. CPE, CGN,
-              etc."
+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]