blob: f37234a0e7dce54e4c26e1967361e42dd3ebafb0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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: ""
state: production
properties: [API, CLI, MULTITHREAD]
|