FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
The BIER entry. More...
Data Fields | |
fib_node_t | be_node |
linkage into the FIB graph More... | |
index_t | be_bti |
The index of the BIER table in which this entry resides. More... | |
bier_bp_t | be_bp |
the bit position this entry represents. More... | |
fib_node_index_t | be_path_list |
the FIB path-list this entry resolves through. More... | |
fib_node_index_t | be_sibling_index |
sibling index on the path list More... | |
The BIER entry.
the BIER entry is the representation of a BIER forwarding egress router (BFER) (or the egress PE) that is assigned a bit position.
Definition at line 46 of file bier_entry.h.
bier_bp_t bier_entry_t_::be_bp |
the bit position this entry represents.
this is the key table insertion
Definition at line 61 of file bier_entry.h.
index_t bier_entry_t_::be_bti |
The index of the BIER table in which this entry resides.
Definition at line 55 of file bier_entry.h.
fib_node_t bier_entry_t_::be_node |
linkage into the FIB graph
Definition at line 50 of file bier_entry.h.
fib_node_index_t bier_entry_t_::be_path_list |
the FIB path-list this entry resolves through.
the path-list is itself resoved on the entry's fmasks
Definition at line 67 of file bier_entry.h.
fib_node_index_t bier_entry_t_::be_sibling_index |
sibling index on the path list
Definition at line 71 of file bier_entry.h.