FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
vl_api_svs_enable_disable_t Struct Reference

Enable SVS on a given interface by using the given table to match RX'd packets' source addresses. More...

Data Fields

u32 client_index
 
u32 context
 
bool is_enable
 
vl_api_address_family_t af
 
u32 table_id
 
vl_api_interface_index_t sw_if_index
 

Detailed Description

Enable SVS on a given interface by using the given table to match RX'd packets' source addresses.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
af- Address Family
table_id- The SVS table (from svs_table_add_del)
sw_if_index- Interface

Definition at line 98 of file svs.api.

Field Documentation

◆ af

vl_api_address_family_t vl_api_svs_enable_disable_t::af

Definition at line 103 of file svs.api.

◆ client_index

u32 vl_api_svs_enable_disable_t::client_index

Definition at line 100 of file svs.api.

◆ context

u32 vl_api_svs_enable_disable_t::context

Definition at line 101 of file svs.api.

◆ is_enable

bool vl_api_svs_enable_disable_t::is_enable

Definition at line 102 of file svs.api.

◆ sw_if_index

vl_api_interface_index_t vl_api_svs_enable_disable_t::sw_if_index

Definition at line 105 of file svs.api.

◆ table_id

u32 vl_api_svs_enable_disable_t::table_id

Definition at line 104 of file svs.api.


The documentation for this struct was generated from the following file: