svs: add feature.yaml
[vpp.git] / src / plugins / svs / FEATURE.yaml
diff --git a/src/plugins/svs/FEATURE.yaml b/src/plugins/svs/FEATURE.yaml
new file mode 100644 (file)
index 0000000..7941df3
--- /dev/null
@@ -0,0 +1,15 @@
+---
+name: Source VRF Select
+maintainer: Neale Ranns <nranns@cisco.com>
+features:
+  - Determine the input VRF/table based on the source IP address
+  - routes are added to tables.
+  - route lookup is performed using the packet's source address
+  - The route is programmed with the table in which the subsequent destination
+    address lookup will be performed
+  - Tables are bound to interfaces.
+  - SVS runs as an input feature in the L3 path
+
+description: "Source VRF Select"
+state: production
+properties: [API, CLI, MULTITHREAD]