X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fmpls%2Fmpls.api;h=bb849998ab3efaa78057cf8a4ba46d4b071affec;hb=28ab9cc13bb0b6adf68277f12cfcd33b69f40b00;hp=5973a0a6cbd4bb9cd773164f7f25e446b66f5a28;hpb=2245c0fe254f22cb64df193b90e0e6c3c6ef7847;p=vpp.git diff --git a/src/vnet/mpls/mpls.api b/src/vnet/mpls/mpls.api index 5973a0a6cbd..bb849998ab3 100644 --- a/src/vnet/mpls/mpls.api +++ b/src/vnet/mpls/mpls.api @@ -136,6 +136,20 @@ manual_endian manual_print define mpls_tunnel_details vl_api_fib_path2_t mt_paths[mt_count]; }; +/** \brief MPLS Route Add / del route + @param client_index - opaque cookie to identify the sender + @param context - sender context, to match reply w/ request + @param mt_table_id - The MPLS table-id the route is added in + @param mt_is_add - Is this a route add or delete +*/ +autoreply define mpls_table_add_del +{ + u32 client_index; + u32 context; + u32 mt_table_id; + u8 mt_is_add; +}; + /** \brief MPLS Route Add / del route @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request