FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
One path from an [EU]CMP set that the client wants to add to a load-balance object. More...
Data Fields | |
dpo_id_t | path_dpo |
ID of the Data-path object. More... | |
fib_node_index_t | path_index |
The index of the FIB path. More... | |
u32 | path_weight |
weight for the path. More... | |
One path from an [EU]CMP set that the client wants to add to a load-balance object.
Definition at line 62 of file load_balance.h.
dpo_id_t load_balance_path_t_::path_dpo |
ID of the Data-path object.
Definition at line 66 of file load_balance.h.
fib_node_index_t load_balance_path_t_::path_index |
The index of the FIB path.
Definition at line 71 of file load_balance.h.
u32 load_balance_path_t_::path_weight |
weight for the path.
Definition at line 76 of file load_balance.h.