FD.io VPP  v18.01.1-37-g7ea3975
Vector Packet Processing
bier_entry_t_ Struct Reference

The BIER entry. More...

+ Collaboration diagram for bier_entry_t_:

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...
 

Detailed Description

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.

Field Documentation

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.


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