FD.io VPP  v19.08-23-g4b943d6
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
 
u8 is_enable
 
vl_api_address_family_t af
 
u32 table_id
 
u32 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 97 of file svs.api.

Field Documentation

vl_api_address_family_t vl_api_svs_enable_disable_t::af

Definition at line 102 of file svs.api.

u32 vl_api_svs_enable_disable_t::client_index

Definition at line 99 of file svs.api.

u32 vl_api_svs_enable_disable_t::context

Definition at line 100 of file svs.api.

u8 vl_api_svs_enable_disable_t::is_enable

Definition at line 101 of file svs.api.

u32 vl_api_svs_enable_disable_t::sw_if_index

Definition at line 104 of file svs.api.

u32 vl_api_svs_enable_disable_t::table_id

Definition at line 103 of file svs.api.


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