FD.io VPP
v17.04.2-2-ga8f93f8
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_protocol_t | fpl_nh_proto |
The next-hop protocol for the paths in this 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... | |
FIB path-list A representation of the list/set of path trough which a prefix is reachable.
Definition at line 32 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 41 of file fib_path_list.c.
fib_protocol_t fib_path_list_t_::fpl_nh_proto |
The next-hop protocol for the paths in this path list.
Note that fixing the proto here means we don't support a mix of v4 and v6 paths. ho hum.
Definition at line 48 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 36 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 54 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 59 of file fib_path_list.c.