FD.io VPP  v17.01.1-3-gc6833f8
Vector Packet Processing
vl_api_mpls_fib_details_t Struct Reference

mpls FIB table response More...

+ Collaboration diagram for vl_api_mpls_fib_details_t:

Data Fields

u32 context
 
u32 table_id
 
u8 eos_bit
 
u32 label
 
u32 count
 
vl_api_fib_path2_t path [count]
 

Detailed Description

mpls FIB table response

Template Parameters
table_id- MPLS fib table id
s_bit- End-of-stack bit
label- MPLS label value
count- the number of fib_path in path
path- array of of fib_path structures

Definition at line 180 of file vpe.api.

Field Documentation

u32 vl_api_mpls_fib_details_t::context

Definition at line 182 of file vpe.api.

u32 vl_api_mpls_fib_details_t::count

Definition at line 186 of file vpe.api.

u8 vl_api_mpls_fib_details_t::eos_bit

Definition at line 184 of file vpe.api.

u32 vl_api_mpls_fib_details_t::label

Definition at line 185 of file vpe.api.

vl_api_fib_path2_t vl_api_mpls_fib_details_t::path[count]

Definition at line 187 of file vpe.api.

u32 vl_api_mpls_fib_details_t::table_id

Definition at line 183 of file vpe.api.


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