FD.io VPP  v18.10-32-g1161dda
Vector Packet Processing
load_balance_path_t_ Struct Reference

One path from an [EU]CMP set that the client wants to add to a load-balance object. More...

+ Collaboration diagram for load_balance_path_t_:

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

Detailed Description

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.

Field Documentation

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.


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