FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
FIB path-list A representation of the list/set of path trough which a prefix is reachable. More...
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_t * | fpl_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... | |
uword * | fpl_db |
Hash table of paths. More... | |
FIB path-list A representation of the list/set of path trough which a prefix is reachable.
Definition at line 43 of file fib_path_list.c.
uword* fib_path_list_t_::fpl_db |
fib_path_list_flags_t fib_path_list_t_::fpl_flags |
Flags on the path-list.
Definition at line 52 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 47 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 58 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 63 of file fib_path_list.c.