From: Hongjun Ni Date: Fri, 3 Jan 2020 14:34:38 +0000 (+0800) Subject: lb: add FEATURE file for lb/pppoe/gtpu/vxlan-gpe/pppoe X-Git-Tag: v20.05-rc0~57 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=94501c49a4574adb6323815317ec188ef5934cc1;p=vpp.git lb: add FEATURE file for lb/pppoe/gtpu/vxlan-gpe/pppoe Type: docs Change-Id: Ia3949954423eb7691c02e99444767a9f01a14adf Signed-off-by: Hongjun Ni --- diff --git a/src/plugins/gtpu/FEATURE.yaml b/src/plugins/gtpu/FEATURE.yaml new file mode 100644 index 00000000000..fbd576ba2ce --- /dev/null +++ b/src/plugins/gtpu/FEATURE.yaml @@ -0,0 +1,10 @@ +--- +name: GTPU +maintainer: Hongjun Ni +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 index 00000000000..7456e68e5c1 --- /dev/null +++ b/src/plugins/lb/FEATURE.yaml @@ -0,0 +1,13 @@ +--- +name: LB +maintainer: Pfister , Hongjun Ni +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 index 00000000000..a6ef3749952 --- /dev/null +++ b/src/plugins/nsh/FEATURE.yaml @@ -0,0 +1,14 @@ +--- +name: NSH +maintainer: Hongjun Ni , Vengada +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 index 00000000000..2cdbf542eba --- /dev/null +++ b/src/plugins/pppoe/FEATURE.yaml @@ -0,0 +1,11 @@ +--- +name: PPPoE +maintainer: Hongjun Ni +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 index 00000000000..f4ec2f4c517 --- /dev/null +++ b/src/vnet/vxlan-gpe/FEATURE.yaml @@ -0,0 +1,10 @@ +--- +name: VxLAN-GPE +maintainer: Hongjun Ni +features: + - VxLAN-GPE decapsulation + - VxLAN-GPE encapsulation + +description: "VxLAN-GPE tunnel handling" +state: production +properties: [API, CLI, MULTITHREAD]