FD.io VPP  v19.04.2-12-g66b1689
Vector Packet Processing
svs.api File Reference

This file defines the vpp control-plane API messages used to control the Source VRF select (SVS) plugin. More...

Go to the source code of this file.

Data Structures

struct  vl_api_svs_plugin_get_version_t
 brief Get the plugin version More...
 
struct  vl_api_svs_plugin_get_version_reply_t
 Reply to get the plugin version. More...
 
struct  vl_api_svs_table_add_del_t
 Add a table in which to add routes that will match against source addresses. More...
 
struct  vl_api_svs_route_add_del_t
 Add a route into the source address matching table. More...
 
struct  vl_api_svs_enable_disable_t
 Enable SVS on a given interface by using the given table to match RX'd packets' source addresses. More...
 
struct  vl_api_svs_dump_t
 Dump the SVS table mappings of table_id to interface To see the routes added to a given table use ip_fib_dump() More...
 
struct  vl_api_svs_details_t
 SVS table-id to interface mapping. More...
 

Variables

option version = "1.0.0"
 
import vnet ip ip_types api
 

Detailed Description

This file defines the vpp control-plane API messages used to control the Source VRF select (SVS) plugin.

Definition in file svs.api.

Variable Documentation

import vnet ip ip_types api

Definition at line 24 of file svs.api.

option version = "1.0.0"

Definition at line 23 of file svs.api.