From: Neale Ranns Date: Thu, 2 Jan 2020 23:52:30 +0000 (+0000) Subject: svs: add feature.yaml X-Git-Tag: v20.05-rc0~93 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F67%2F24167%2F2;p=vpp.git svs: add feature.yaml Type: docs Change-Id: Ie75368f64201f2f6623413bc2ba015d9dc8fbc9f Signed-off-by: Neale Ranns --- 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 +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]