FD.io VPP  v19.08.1-401-g8e4ed521a
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 44 of file fib_path_list.c.

Field Documentation

◆ fpl_db

uword* fib_path_list_t_::fpl_db

Hash table of paths.

valid only with INDEXED flag

Definition at line 69 of file fib_path_list.c.

◆ fpl_flags

fib_path_list_flags_t fib_path_list_t_::fpl_flags

Flags on the path-list.

Definition at line 53 of file fib_path_list.c.

◆ fpl_node

fib_node_t fib_path_list_t_::fpl_node

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

Definition at line 48 of file fib_path_list.c.

◆ fpl_paths

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 59 of file fib_path_list.c.

◆ fpl_urpf

fib_node_index_t fib_path_list_t_::fpl_urpf

the RPF list calculated for this path list

Definition at line 64 of file fib_path_list.c.


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