![]() |
FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
BIER Table Add / del route. More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| vl_api_bier_table_id_t | bt_tbl_id |
| u32 | bt_label |
| bool | bt_is_add |
BIER Table Add / del route.
| client_index | - opaque cookie to identify the sender |
| context | - sender context, to match reply w/ request |
| bt_tbl_id | - The BIER table-id the route is added in |
| bt_label | - The MPLS label for the table (0 or all ones means not set) If the label is not set, then it is assumed that non-MPLS encoding is used. |
| bt_is_add | - Is this a route add or delete |
| vl_api_bier_table_id_t vl_api_bier_table_add_del_t::bt_tbl_id |