FD.io VPP
v21.01.1
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 |