FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
load_balance_map_path_t_ Struct Reference

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...
 

Detailed Description

Definition at line 44 of file load_balance_map.c.

Field Documentation

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.


The documentation for this struct was generated from the following file: