FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
vl_api_mpls_route_t Struct Reference

MPLS Route. More...

Data Fields

u32 mr_table_id
 
u32 mr_label
 
u8 mr_eos
 
u8 mr_eos_proto
 
u8 mr_is_multicast
 
u8 mr_n_paths
 
vl_api_fib_path_t mr_paths [mr_n_paths]
 

Detailed Description

MPLS Route.

Template Parameters
mr_label- The MPLS label value
mr_eos- The End of stack bit
mr_eos_proto- If EOS then this is the DPO packect's proto post pop
mr_table_id- The MPLS table-id the route is added in
mr_is_add- Is this a route add or delete
mr_is_multicast- Is this a multicast route
mr_n_paths- The number of paths
mr_paths- The paths

Definition at line 139 of file mpls.api.

Field Documentation

u8 vl_api_mpls_route_t::mr_eos

Definition at line 143 of file mpls.api.

u8 vl_api_mpls_route_t::mr_eos_proto

Definition at line 144 of file mpls.api.

u8 vl_api_mpls_route_t::mr_is_multicast

Definition at line 145 of file mpls.api.

u32 vl_api_mpls_route_t::mr_label

Definition at line 142 of file mpls.api.

u8 vl_api_mpls_route_t::mr_n_paths

Definition at line 146 of file mpls.api.

vl_api_fib_path_t vl_api_mpls_route_t::mr_paths[mr_n_paths]

Definition at line 147 of file mpls.api.

u32 vl_api_mpls_route_t::mr_table_id

Definition at line 141 of file mpls.api.


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