FD.io VPP  v18.10-32-g1161dda
Vector Packet Processing
vl_api_bier_route_add_del_t Struct Reference

BIER Route Add / del route. More...

+ Collaboration diagram for vl_api_bier_route_add_del_t:

Data Fields

u32 client_index
 
u32 context
 
u32 br_bp
 
u8 br_is_add
 
u8 br_is_replace
 
vl_api_bier_table_id_t br_tbl_id
 
u8 br_n_paths
 
vl_api_fib_path_t br_paths [br_n_paths]
 

Detailed Description

BIER Route Add / del route.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
br_bp- The Bit-position value
br_tbl_id- The BIER table-id the route is added in
br_is_add- Is this a route add or delete
br_is_replace- Are the paths specfied replacing those already present or are they to be combined. is_replace = 1 and n_paths=0 implies delete the route and all paths;
br_n_paths- The number of paths
br_paths- The array of paths

Definition at line 80 of file bier.api.

Field Documentation

u32 vl_api_bier_route_add_del_t::br_bp

Definition at line 84 of file bier.api.

u8 vl_api_bier_route_add_del_t::br_is_add

Definition at line 85 of file bier.api.

u8 vl_api_bier_route_add_del_t::br_is_replace

Definition at line 86 of file bier.api.

u8 vl_api_bier_route_add_del_t::br_n_paths

Definition at line 88 of file bier.api.

vl_api_fib_path_t vl_api_bier_route_add_del_t::br_paths[br_n_paths]

Definition at line 89 of file bier.api.

vl_api_bier_table_id_t vl_api_bier_route_add_del_t::br_tbl_id

Definition at line 87 of file bier.api.

u32 vl_api_bier_route_add_del_t::client_index

Definition at line 82 of file bier.api.

u32 vl_api_bier_route_add_del_t::context

Definition at line 83 of file bier.api.


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