aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/svs
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2020-01-02 23:52:30 +0000
committerFlorin Coras <florin.coras@gmail.com>2020-01-03 01:00:03 +0000
commit0ea672e36a4cc8691008e9f6fa31bc9fc50e0211 (patch)
treede5f182eaf922993e230094048d55a1da5ed0140 /src/plugins/svs
parent822d6899dd2afc21dde65e33759c63d94251b271 (diff)
svs: add feature.yaml
Type: docs Change-Id: Ie75368f64201f2f6623413bc2ba015d9dc8fbc9f Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/plugins/svs')
-rw-r--r--src/plugins/svs/FEATURE.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/plugins/svs/FEATURE.yaml b/src/plugins/svs/FEATURE.yaml
new file mode 100644
index 00000000000..7941df314f4
--- /dev/null
+++ b/src/plugins/svs/FEATURE.yaml
@@ -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]