summaryrefslogtreecommitdiffstats
path: root/src/plugins/svs/FEATURE.yaml
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]
if isinstance(o, (VppPapiProvider, vpp_papi.VPP))] del objects gc.collect() for o in interesting: objgraph.show_backrefs([o], max_depth=5, filename="%s/%s.png" % (cls.tempdir, counter)) counter += 1 refs = gc.get_referrers(o) pp = pprint.PrettyPrinter(indent=2) f.write("%s\n" % pp.pformat(o)) for r in refs: try: f.write("%s\n" % pp.pformat(r)) except: f.write("%s\n" % type(r))