FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Lookup IP route from a table. More...
Data Fields | |
u32 | client_index |
u32 | context |
u32 | table_id |
u8 | exact |
vl_api_prefix_t | prefix |
Lookup IP route from a table.
client_index | - opaque cookie to identify the sender |
table_id | - The IP table to look the route up in |
exact | - 0 for normal route lookup, 1 for exact match only |
prefix | - The prefix (or host) for route lookup. |