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

FIB path-list A representation of the list/set of path trough which a prefix is reachable. More...

+ Collaboration diagram for fib_path_list_t_:

Data Fields

fib_node_t fpl_node
 A path-list is a node in the FIB graph. More...
 
fib_path_list_flags_t fpl_flags
 Flags on the path-list. More...
 
fib_node_index_tfpl_paths
 Vector of paths indicies for all configured paths. More...
 
fib_node_index_t fpl_urpf
 the RPF list calculated for this path list More...
 
uwordfpl_db
 Hash table of paths. More...
 

Detailed Description

FIB path-list A representation of the list/set of path trough which a prefix is reachable.

Definition at line 42 of file fib_path_list.c.

Field Documentation

uword* fib_path_list_t_::fpl_db

Hash table of paths.

valid only with INDEXED flag

Definition at line 67 of file fib_path_list.c.

fib_path_list_flags_t fib_path_list_t_::fpl_flags

Flags on the path-list.

Definition at line 51 of file fib_path_list.c.

fib_node_t fib_path_list_t_::fpl_node

A path-list is a node in the FIB graph.

Definition at line 46 of file fib_path_list.c.

fib_node_index_t* fib_path_list_t_::fpl_paths

Vector of paths indicies for all configured paths.

For shareable path-lists this list MUST not change.

Definition at line 57 of file fib_path_list.c.

fib_node_index_t fib_path_list_t_::fpl_urpf

the RPF list calculated for this path list

Definition at line 62 of file fib_path_list.c.


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