FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
map_main_pre_resolved_t_ Struct Reference

A pre-resolved next-hop. More...

+ Collaboration diagram for map_main_pre_resolved_t_:

Data Fields

fib_node_t node
 Linkage into the FIB graph. More...
 
fib_node_index_t fei
 The FIB entry index of the next-hop. More...
 
u32 sibling
 This object sibling index on the FIB entry's child dependency list. More...
 
dpo_id_t dpo
 The Load-balance object index to use to forward. More...
 

Detailed Description

A pre-resolved next-hop.

Definition at line 131 of file map.h.

Field Documentation

◆ dpo

dpo_id_t map_main_pre_resolved_t_::dpo

The Load-balance object index to use to forward.

Definition at line 151 of file map.h.

◆ fei

fib_node_index_t map_main_pre_resolved_t_::fei

The FIB entry index of the next-hop.

Definition at line 141 of file map.h.

◆ node

fib_node_t map_main_pre_resolved_t_::node

Linkage into the FIB graph.

Definition at line 136 of file map.h.

◆ sibling

u32 map_main_pre_resolved_t_::sibling

This object sibling index on the FIB entry's child dependency list.

Definition at line 146 of file map.h.


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