FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
vl_api_bier_table_add_del_t Struct Reference

BIER Table Add / del route. More...

+ Collaboration diagram for vl_api_bier_table_add_del_t:

Data Fields

u32 client_index
 
u32 context
 
vl_api_bier_table_id_t bt_tbl_id
 
u32 bt_label
 
u8 bt_is_add
 

Detailed Description

BIER Table Add / del route.

Template Parameters
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

Definition at line 46 of file bier.api.

Field Documentation

u8 vl_api_bier_table_add_del_t::bt_is_add

Definition at line 52 of file bier.api.

u32 vl_api_bier_table_add_del_t::bt_label

Definition at line 51 of file bier.api.

vl_api_bier_table_id_t vl_api_bier_table_add_del_t::bt_tbl_id

Definition at line 50 of file bier.api.

u32 vl_api_bier_table_add_del_t::client_index

Definition at line 48 of file bier.api.

u32 vl_api_bier_table_add_del_t::context

Definition at line 49 of file bier.api.


The documentation for this struct was generated from the following file: