FD.io VPP
v21.01.1
Vector Packet Processing
|
A key/ID for a BIER forwarding Mas (FMask). More...
Data Fields | |
union { | |
ip46_address_t bfmi_nh | |
next-hop of the peer More... | |
u32 bfmi_id | |
ID of the next-hop object, e.g. More... | |
}; | |
index_t | bfmi_bti |
The BIER table this fmask is in. More... | |
bier_hdr_type_t | bfmi_hdr_type |
Type of BIER header this fmask supports. More... | |
bier_nh_type_t | bfmi_nh_type |
Union discriminator. More... | |
A key/ID for a BIER forwarding Mas (FMask).
This is a simplified version of a fib_route_path_t.
Definition at line 60 of file bier_fmask_db.h.
union { ... } |
index_t bier_fmask_id_t_::bfmi_bti |
The BIER table this fmask is in.
Definition at line 75 of file bier_fmask_db.h.
bier_hdr_type_t bier_fmask_id_t_::bfmi_hdr_type |
Type of BIER header this fmask supports.
Definition at line 80 of file bier_fmask_db.h.
u32 bier_fmask_id_t_::bfmi_id |
ip46_address_t bier_fmask_id_t_::bfmi_nh |
next-hop of the peer
Definition at line 65 of file bier_fmask_db.h.
bier_nh_type_t bier_fmask_id_t_::bfmi_nh_type |
Union discriminator.
Definition at line 85 of file bier_fmask_db.h.