FD.io VPP
v21.01.1
Vector Packet Processing
|
BIER Imposition Add. More...
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] |
BIER Imposition Add.
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) |
u8 vl_api_bier_imp_add_t::bi_bytes[bi_n_bytes] |