FD.io VPP  v19.04.1-1-ge4a0f9f
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 232 of file map.h.

Field Documentation

dpo_id_t map_main_pre_resolved_t_::dpo

The Load-balance object index to use to forward.

Definition at line 252 of file map.h.

fib_node_index_t map_main_pre_resolved_t_::fei

The FIB entry index of the next-hop.

Definition at line 242 of file map.h.

fib_node_t map_main_pre_resolved_t_::node

Linkage into the FIB graph.

Definition at line 237 of file map.h.

u32 map_main_pre_resolved_t_::sibling

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

Definition at line 247 of file map.h.


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