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

Add a table in which to add routes that will match against source addresses. More...

Data Fields

u32 client_index
 
u32 context
 
bool is_add
 
vl_api_address_family_t af
 
u32 table_id
 

Detailed Description

Add a table in which to add routes that will match against 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- User provided ID for the table
is_add- add or delete

Definition at line 60 of file svs.api.

Field Documentation

◆ af

vl_api_address_family_t vl_api_svs_table_add_del_t::af

Definition at line 65 of file svs.api.

◆ client_index

u32 vl_api_svs_table_add_del_t::client_index

Definition at line 62 of file svs.api.

◆ context

u32 vl_api_svs_table_add_del_t::context

Definition at line 63 of file svs.api.

◆ is_add

bool vl_api_svs_table_add_del_t::is_add

Definition at line 64 of file svs.api.

◆ table_id

u32 vl_api_svs_table_add_del_t::table_id

Definition at line 66 of file svs.api.


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