FD.io VPP  v18.07.1-19-g511ce25
Vector Packet Processing
mpls_main_t Struct Reference
+ Collaboration diagram for mpls_main_t:

Data Fields

u32fib_index_by_sw_if_index
 
struct fib_table_t_fibs
 A pool of all the MPLS FIBs. More...
 
struct mpls_fib_t_mpls_fibs
 A pool of all the MPLS FIBs. More...
 
uwordfib_index_by_table_id
 A hash table to lookup the mpls_fib by table ID. More...
 
u8 input_feature_arc_index
 
u8 output_feature_arc_index
 
u8mpls_enabled_by_sw_if_index
 

Detailed Description

Definition at line 41 of file mpls.h.

Field Documentation

u32* mpls_main_t::fib_index_by_sw_if_index

Definition at line 44 of file mpls.h.

uword* mpls_main_t::fib_index_by_table_id

A hash table to lookup the mpls_fib by table ID.

Definition at line 53 of file mpls.h.

struct fib_table_t_* mpls_main_t::fibs

A pool of all the MPLS FIBs.

Definition at line 47 of file mpls.h.

u8 mpls_main_t::input_feature_arc_index

Definition at line 56 of file mpls.h.

u8* mpls_main_t::mpls_enabled_by_sw_if_index

Definition at line 60 of file mpls.h.

struct mpls_fib_t_* mpls_main_t::mpls_fibs

A pool of all the MPLS FIBs.

Definition at line 50 of file mpls.h.

u8 mpls_main_t::output_feature_arc_index

Definition at line 57 of file mpls.h.


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