Route counters in the stats segment
[vpp.git] / src / vnet / mpls / mpls.api
index 7ab0f37..7fa24f4 100644 (file)
@@ -142,7 +142,7 @@ autoreply define mpls_table_add_del
     @param mr_next_hop_out_label_stack - the next-hop output label stack, outer most first
     @param next_hop_via_label - The next-hop is a resolved via a local label
 */
-autoreply define mpls_route_add_del
+define mpls_route_add_del
 {
   u32 client_index;
   u32 context;
@@ -169,6 +169,13 @@ autoreply define mpls_route_add_del
   vl_api_fib_mpls_label_t mr_next_hop_out_label_stack[mr_next_hop_n_out_labels];
 };
 
+define mpls_route_add_del_reply
+{
+  u32 context;
+  i32 retval;
+  u32 stats_index;
+};
+
 /** \brief Dump MPLS fib table
     @param client_index - opaque cookie to identify the sender
 */