FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
A key/ID for a BIER forwarding Mas (FMask). More...
Data Fields | |
bier_hdr_type_t | bfmi_hdr_type |
Type of BIER header this fmask supports. More... | |
index_t | bfmi_bti |
The BIER table this fmask is in. More... | |
union { | |
ip46_address_t bfmi_nh | |
next-hop of the peer More... | |
u32 bfmi_id | |
ID of the next-hop object, e.g. More... | |
}; | |
u32 | bfmi_sw_if_index |
Software interface index. More... | |
A key/ID for a BIER forwarding Mas (FMask).
This is a simplified version of a fib_route_path_t.
Definition at line 45 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 54 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 49 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 60 of file bier_fmask_db.h.
u32 bier_fmask_id_t_::bfmi_sw_if_index |
Software interface index.
Definition at line 71 of file bier_fmask_db.h.