FD.io VPP
v19.08.2-294-g37e99c22d
Vector Packet Processing
|
Add a route into the source address matching table. More...
Data Fields | |
u32 | client_index |
u32 | context |
u8 | is_add |
vl_api_prefix_t | prefix |
u32 | table_id |
u32 | source_table_id |
Add a route into the source address matching table.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
prefix | - prefix |
table_id | - The SVS table (from svs_table_add_del) |
source_table_id | - This is the table ID that will be used for the subsequent lookup of the packet. The V in SVS. this table must exist (from e.g. ip_table_add_del) |