Fix LISP and ONE crc marcos
[vpp.git] / src / vnet / lisp-cp / lisp_api.c
index 6a8b4cc..d91f990 100644 (file)
@@ -1278,7 +1278,7 @@ static void
 setup_message_id_table (api_main_t * am)
 {
 #define _(id,n,crc) vl_msg_api_add_msg_name_crc (am, #n "_" #crc, id);
-  foreach_vl_msg_name_crc_one;
+  foreach_vl_msg_name_crc_lisp;
 #undef _
 }