aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lb/FEATURE.yaml
diff options
context:
space:
mode:
authorHongjun Ni <hongjun.ni@intel.com>2020-01-03 22:34:38 +0800
committerAndrew Yourtchenko <ayourtch@gmail.com>2020-01-06 08:13:05 +0000
commit94501c49a4574adb6323815317ec188ef5934cc1 (patch)
treeb888c616f372f359bb90244455e3cb197afbd5e7 /src/plugins/lb/FEATURE.yaml
parent297fa0e7886cddb22bf83a4e50b8d75aa30e9810 (diff)
lb: add FEATURE file for lb/pppoe/gtpu/vxlan-gpe/pppoe
Type: docs Change-Id: Ia3949954423eb7691c02e99444767a9f01a14adf Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Diffstat (limited to 'src/plugins/lb/FEATURE.yaml')
-rw-r--r--src/plugins/lb/FEATURE.yaml13
1 files changed, 13 insertions, 0 deletions
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 <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]