FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
MPLS Route Add / del route. More...
Data Fields | |
u32 | client_index |
u32 | context |
u32 | mt_table_id |
u8 | mt_is_add |
u8 | mt_name [64] |
MPLS Route Add / del route.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
mt_table_id | - The MPLS table-id the route is added in |
mt_is_add | - Is this a route add or delete |
mt_name | - A client provided name/tag for the table. If this is not set by the client, then VPP will generate something meaningfull. |