7941df314f4fc81a2a0b89e76005ba6c7bcd1f7a
[vpp.git] / src / plugins / svs / FEATURE.yaml
1 ---
2 name: Source VRF Select
3 maintainer: Neale Ranns <nranns@cisco.com>
4 features:
5   - Determine the input VRF/table based on the source IP address
6   - routes are added to tables.
7   - route lookup is performed using the packet's source address
8   - The route is programmed with the table in which the subsequent destination
9     address lookup will be performed
10   - Tables are bound to interfaces.
11   - SVS runs as an input feature in the L3 path
12
13 description: "Source VRF Select"
14 state: production
15 properties: [API, CLI, MULTITHREAD]