FD.io VPP  v18.10-34-gcce845e
Vector Packet Processing
vl_api_bier_disp_entry_add_del_t Struct Reference

BIER Disposition Entry Add / del. More...

+ Collaboration diagram for vl_api_bier_disp_entry_add_del_t:

Data Fields

u32 client_index
 
u32 context
 
u16 bde_bp
 
u32 bde_tbl_id
 
u8 bde_is_add
 
u8 bde_payload_proto
 
u8 bde_n_paths
 
vl_api_fib_path_t bde_paths [bde_n_paths]
 

Detailed Description

BIER Disposition Entry Add / del.

Template Parameters
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 dispositiontable-id the route is added in
bde_next_hop_sw_if_index- the nextop 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

Definition at line 205 of file bier.api.

Field Documentation

u16 vl_api_bier_disp_entry_add_del_t::bde_bp

Definition at line 209 of file bier.api.

u8 vl_api_bier_disp_entry_add_del_t::bde_is_add

Definition at line 211 of file bier.api.

u8 vl_api_bier_disp_entry_add_del_t::bde_n_paths

Definition at line 213 of file bier.api.

vl_api_fib_path_t vl_api_bier_disp_entry_add_del_t::bde_paths[bde_n_paths]

Definition at line 214 of file bier.api.

u8 vl_api_bier_disp_entry_add_del_t::bde_payload_proto

Definition at line 212 of file bier.api.

u32 vl_api_bier_disp_entry_add_del_t::bde_tbl_id

Definition at line 210 of file bier.api.

u32 vl_api_bier_disp_entry_add_del_t::client_index

Definition at line 207 of file bier.api.

u32 vl_api_bier_disp_entry_add_del_t::context

Definition at line 208 of file bier.api.


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