FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
BIER Route Add / del route. More...
Data Fields | |
u32 | client_index |
u32 | context |
u32 | br_bp |
u8 | br_is_add |
u8 | br_is_replace |
vl_api_bier_table_id_t | br_tbl_id |
u8 | br_n_paths |
vl_api_fib_path3_t | br_paths [br_n_paths] |
BIER Route Add / del route.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
br_bp | - The Bit-position value |
br_tbl_id | - The BIER table-id the route is added in |
br_is_add | - Is this a route add or delete |
br_is_replace | - Are the paths specfied replacing those already present or are they to be combined. |
br_n_paths | - The number of paths |
br_paths | - The array of paths |
vl_api_fib_path3_t vl_api_bier_route_add_del_t::br_paths[br_n_paths] |
vl_api_bier_table_id_t vl_api_bier_route_add_del_t::br_tbl_id |