Pretty-print vl_api_api_get_first_msg_id_t msgs 30/3530/2
authorDave Barach <dave@barachs.net>
Fri, 21 Oct 2016 16:58:51 +0000 (12:58 -0400)
committerChris Luke <chris_luke@comcast.com>
Fri, 21 Oct 2016 19:11:00 +0000 (19:11 +0000)
Change-Id: I380bef59d64c8c647a437026085dfa20b27727e1
Signed-off-by: Dave Barach <dave@barachs.net>
vpp/vpp-api/custom_dump.c

index cce6bb8..2eafac9 100644 (file)
@@ -2779,6 +2779,16 @@ static void *vl_api_flow_classify_dump_t_print
   FINISH;
 }
 
+static void *vl_api_get_first_msg_id_t_print
+  (vl_api_get_first_msg_id_t * mp, void *handle)
+{
+  u8 *s;
+
+  s = format (0, "SCRIPT: get_first_msg_id %s ", mp->name);
+
+  FINISH;
+}
+
 #define foreach_custom_print_no_arg_function                            \
 _(lisp_eid_table_vni_dump)                                              \
 _(lisp_map_resolver_dump)                                               \
@@ -2941,7 +2951,8 @@ _(DELETE_SUBIF, delete_subif)                                           \
 _(L2_INTERFACE_PBB_TAG_REWRITE, l2_interface_pbb_tag_rewrite)           \
 _(PUNT, punt)                                                           \
 _(FLOW_CLASSIFY_SET_INTERFACE, flow_classify_set_interface)             \
-_(FLOW_CLASSIFY_DUMP, flow_classify_dump)
+_(FLOW_CLASSIFY_DUMP, flow_classify_dump)                              \
+_(GET_FIRST_MSG_ID, get_first_msg_id)
   void
 vl_msg_api_custom_dump_configure (api_main_t * am)
 {