FD.io VPP
v19.08.3-2-gbabecb413
Vector Packet Processing
|
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] |
MPLS Route.
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 |
vl_api_fib_path_t vl_api_mpls_route_t::mr_paths[mr_n_paths] |