FD.io VPP  v18.01-8-g0eacf49
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_path3_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 233 of file bier.api.

Field Documentation

u16 vl_api_bier_disp_entry_add_del_t::bde_bp

Definition at line 237 of file bier.api.

u8 vl_api_bier_disp_entry_add_del_t::bde_is_add

Definition at line 239 of file bier.api.

u8 vl_api_bier_disp_entry_add_del_t::bde_n_paths

Definition at line 241 of file bier.api.

vl_api_fib_path3_t vl_api_bier_disp_entry_add_del_t::bde_paths[bde_n_paths]

Definition at line 242 of file bier.api.

u8 vl_api_bier_disp_entry_add_del_t::bde_payload_proto

Definition at line 240 of file bier.api.

u32 vl_api_bier_disp_entry_add_del_t::bde_tbl_id

Definition at line 238 of file bier.api.

u32 vl_api_bier_disp_entry_add_del_t::client_index

Definition at line 235 of file bier.api.

u32 vl_api_bier_disp_entry_add_del_t::context

Definition at line 236 of file bier.api.


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