FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
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 |
Add a table in which to add routes that will match against source addresses.
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 |