FD.io VPP  v19.04.2-12-g66b1689
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
 
u8 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 59 of file svs.api.

Field Documentation

vl_api_address_family_t vl_api_svs_table_add_del_t::af

Definition at line 64 of file svs.api.

u32 vl_api_svs_table_add_del_t::client_index

Definition at line 61 of file svs.api.

u32 vl_api_svs_table_add_del_t::context

Definition at line 62 of file svs.api.

u8 vl_api_svs_table_add_del_t::is_add

Definition at line 63 of file svs.api.

u32 vl_api_svs_table_add_del_t::table_id

Definition at line 65 of file svs.api.


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