aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/mpls/mpls.api
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2017-08-14 07:18:42 -0700
committerFlorin Coras <florin.coras@gmail.com>2017-08-14 17:57:20 +0000
commit28ab9cc13bb0b6adf68277f12cfcd33b69f40b00 (patch)
treeada169476053b1164e2762138bb389b0a693f54d /src/vnet/mpls/mpls.api
parent2245c0fe254f22cb64df193b90e0e6c3c6ef7847 (diff)
FIB table add/delete API only
commit only the addition of the .api definition and their invocation through VAT so CSIT can use it Change-Id: Id510f14b1ce007fe5e92120507ea34100652fc64 Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/vnet/mpls/mpls.api')
-rw-r--r--src/vnet/mpls/mpls.api14
1 files changed, 14 insertions, 0 deletions
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
@@ -139,6 +139,20 @@ manual_endian manual_print define mpls_tunnel_details
/** \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
@param mr_label - The MPLS label value
@param mr_eos - The End of stack bit
@param mr_table_id - The MPLS table-id the route is added in