FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
IP FIB table response. More...
Data Fields | |
u32 | context |
u32 | table_id |
u8 | table_name [64] |
u8 | address_length |
u8 | address [4] |
u32 | count |
u32 | stats_index |
vl_api_fib_path_t | path [count] |
IP FIB table response.
table_id | - IP fib table id - mask length - ip4 prefix |
count | - the number of fib_path in path |
path | - array of of fib_path structures |
vl_api_fib_path_t vl_api_ip_fib_details_t::path[count] |