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

BIER Imposition Add. More...

+ Collaboration diagram for vl_api_bier_imp_add_t:

Data Fields

u32 client_index
 
u32 context
 
vl_api_bier_table_id_t bi_tbl_id
 
u16 bi_src
 
u8 bi_n_bytes
 
u8 bi_bytes [bi_n_bytes]
 

Detailed Description

BIER Imposition Add.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
bi_tbl_id- The BIER table-id used to forward post encap
bi_src- The source Bit-position in the encap.
bi_n_bytes- The number of bytes in the following bit-string. VPP only supports BSL of 1024 and less, so this is a u8 field.
bi_bytes- The bit-string represented as a byte array (MSB first)

Definition at line 121 of file bier.api.

Field Documentation

u8 vl_api_bier_imp_add_t::bi_bytes[bi_n_bytes]

Definition at line 128 of file bier.api.

u8 vl_api_bier_imp_add_t::bi_n_bytes

Definition at line 127 of file bier.api.

u16 vl_api_bier_imp_add_t::bi_src

Definition at line 126 of file bier.api.

vl_api_bier_table_id_t vl_api_bier_imp_add_t::bi_tbl_id

Definition at line 125 of file bier.api.

u32 vl_api_bier_imp_add_t::client_index

Definition at line 123 of file bier.api.

u32 vl_api_bier_imp_add_t::context

Definition at line 124 of file bier.api.


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