![]() |
FD.io VPP
v19.08.1-401-g8e4ed521a
Vector Packet Processing
|
MPLS Route Add / del route. More...
Collaboration diagram for vl_api_mpls_route_add_del_t:Data Fields | |
| u32 | client_index |
| u32 | context |
| u8 | mr_is_add |
| u8 | mr_is_multipath |
| vl_api_mpls_route_t | mr_route |
MPLS Route Add / del route.
| client_index | - opaque cookie to identify the sender |
| context | - sender context, to match reply w/ request |
| mr_table_id | - The MPLS table-id the route is added in |
| mr_is_add | - Is this a route add or delete |
| mr_is_multipath | - Is this route update a multipath - i.e. is this a path addition to an existing route |
| mr_route | - The Route |
| vl_api_mpls_route_t vl_api_mpls_route_add_del_t::mr_route |