FD.io VPP
v21.01.1
Vector Packet Processing
|
BIER Disposition Entry Add / del. More...
Data Fields | |
u32 | client_index |
u32 | context |
u16 | bde_bp |
u32 | bde_tbl_id |
bool | bde_is_add |
u8 | bde_payload_proto |
u8 | bde_n_paths |
vl_api_fib_path_t | bde_paths [bde_n_paths] |
BIER Disposition Entry Add / del.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
bde_bp | - The Bit-position value for the entry, i.e. the sender's Use 0 for the default (match any source) entry. |
bde_tbl_id | - The BIER disposition table-id the route is added in |
bde_next_hop_sw_if_index | - the next hop interface |
bde_is_add | - Is this a route add or delete |
bde_payload_proto | - The payload protocol for which the next-hop is added |
bde_paths | - The outgoing paths for the entry |
vl_api_fib_path_t vl_api_bier_disp_entry_add_del_t::bde_paths[bde_n_paths] |