FD.io VPP
v18.07-34-g55fbdb9
Vector Packet Processing
|
IP6 FIB table entry response. More...
Data Fields | |
u32 | context |
u32 | table_id |
u8 | table_name [64] |
u8 | address_length |
u8 | address [16] |
u32 | count |
vl_api_fib_path_t | path [count] |
IP6 FIB table entry response.
table_id | - IP6 fib table id |
address_length | - mask length |
address | - ip6 prefix |
count | - the number of fib_path in path |
path | - array of of fib_path structures |
vl_api_fib_path_t vl_api_ip6_fib_details_t::path[count] |