lb: add FEATURE file for lb/pppoe/gtpu/vxlan-gpe/pppoe 76/24176/2
authorHongjun Ni <hongjun.ni@intel.com>
Fri, 3 Jan 2020 14:34:38 +0000 (22:34 +0800)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Mon, 6 Jan 2020 08:13:05 +0000 (08:13 +0000)
Type: docs

Change-Id: Ia3949954423eb7691c02e99444767a9f01a14adf
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
src/plugins/gtpu/FEATURE.yaml [new file with mode: 0644]
src/plugins/lb/FEATURE.yaml [new file with mode: 0644]
src/plugins/nsh/FEATURE.yaml [new file with mode: 0644]
src/plugins/pppoe/FEATURE.yaml [new file with mode: 0644]
src/vnet/vxlan-gpe/FEATURE.yaml [new file with mode: 0644]

diff --git a/src/plugins/gtpu/FEATURE.yaml b/src/plugins/gtpu/FEATURE.yaml
new file mode 100644 (file)
index 0000000..fbd576b
--- /dev/null
@@ -0,0 +1,10 @@
+---
+name: GTPU
+maintainer: Hongjun Ni <hongjun.ni@intel.com>
+features:
+  - GTPU decapsulation
+  - GTPU encapsulation
+
+description: "GPRS Tunnelling Protocol"
+state: production
+properties: [API, CLI, MULTITHREAD]
diff --git a/src/plugins/lb/FEATURE.yaml b/src/plugins/lb/FEATURE.yaml
new file mode 100644 (file)
index 0000000..7456e68
--- /dev/null
@@ -0,0 +1,13 @@
+---
+name: LB
+maintainer: Pfister <ppfister@cisco.com>, Hongjun Ni <hongjun.ni@intel.com>
+features:
+  - GRE tunnel mode
+  - NAT mode
+  - L3DSR mode
+  - Consistent Hash
+  - Connection Track
+
+description: "Load Balancer"
+state: production
+properties: [API, CLI, MULTITHREAD]
diff --git a/src/plugins/nsh/FEATURE.yaml b/src/plugins/nsh/FEATURE.yaml
new file mode 100644 (file)
index 0000000..a6ef374
--- /dev/null
@@ -0,0 +1,14 @@
+---
+name: NSH
+maintainer: Hongjun Ni <hongjun.ni@intel.com>, Vengada <venggovi@cisco.com>
+features:
+  - NSH Classifier
+  - NSH Forwarder
+  - NSH SF
+  - NSH Proxy
+  - NSH OAM
+  - NSH Metadata
+
+description: "NSH for SFC"
+state: production
+properties: [API, CLI, MULTITHREAD]
diff --git a/src/plugins/pppoe/FEATURE.yaml b/src/plugins/pppoe/FEATURE.yaml
new file mode 100644 (file)
index 0000000..2cdbf54
--- /dev/null
@@ -0,0 +1,11 @@
+---
+name: PPPoE
+maintainer: Hongjun Ni <hongjun.ni@intel.com>
+features:
+  - PPPoE Control Plane packet dispatch
+  - PPPoE decapsulation
+  - PPPoE encapsulation
+
+description: "PPP over Ethernet"
+state: production
+properties: [API, CLI, MULTITHREAD]
diff --git a/src/vnet/vxlan-gpe/FEATURE.yaml b/src/vnet/vxlan-gpe/FEATURE.yaml
new file mode 100644 (file)
index 0000000..f4ec2f4
--- /dev/null
@@ -0,0 +1,10 @@
+---
+name: VxLAN-GPE
+maintainer: Hongjun Ni <hongjun.ni@intel.com>
+features:
+  - VxLAN-GPE decapsulation
+  - VxLAN-GPE encapsulation
+
+description: "VxLAN-GPE tunnel handling"
+state: production
+properties: [API, CLI, MULTITHREAD]