FD.io VPP  v21.06-3-gbb25fbf28
Vector Packet Processing
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
svs.api File Reference

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

◆ api

import vnet interface_types api

Definition at line 24 of file svs.api.

◆ version

option version = "1.0.0"

Definition at line 23 of file svs.api.