FD.io VPP
v20.05.1-6-gf53edbc3b
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 44 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 53 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 48 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 59 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 64 of file fib_path_list.c.