FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
Data Fields | |
fib_node_index_t | lbmp_index |
Index of the path. More... | |
fib_node_index_t | lbmp_sibling |
Sibling Index in the list of all maps with this path index. More... | |
u32 | lbmp_weight |
the normalised wegiht of the path More... | |
load_balance_map_path_flags_t | lbmp_flags |
The sate of the path. More... | |
Definition at line 44 of file load_balance_map.c.
load_balance_map_path_flags_t load_balance_map_path_t_::lbmp_flags |
The sate of the path.
Definition at line 63 of file load_balance_map.c.
fib_node_index_t load_balance_map_path_t_::lbmp_index |
Index of the path.
Definition at line 48 of file load_balance_map.c.
fib_node_index_t load_balance_map_path_t_::lbmp_sibling |
Sibling Index in the list of all maps with this path index.
Definition at line 53 of file load_balance_map.c.
u32 load_balance_map_path_t_::lbmp_weight |
the normalised wegiht of the path
Definition at line 58 of file load_balance_map.c.