FD.io VPP  v17.10-9-gd594711
Vector Packet Processing
vl_api_mpls_table_add_del_t Struct Reference

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]
 

Detailed Description

MPLS Route Add / del route.

Template Parameters
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.

Definition at line 148 of file mpls.api.

Field Documentation

u32 vl_api_mpls_table_add_del_t::client_index

Definition at line 150 of file mpls.api.

u32 vl_api_mpls_table_add_del_t::context

Definition at line 151 of file mpls.api.

u8 vl_api_mpls_table_add_del_t::mt_is_add

Definition at line 153 of file mpls.api.

u8 vl_api_mpls_table_add_del_t::mt_name[64]

Definition at line 154 of file mpls.api.

u32 vl_api_mpls_table_add_del_t::mt_table_id

Definition at line 152 of file mpls.api.


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