Fix for vl_client_get_first_plugin_msg_id:266: plugin 'export_eb694f98' not registered 60/2560/2
authorShwetha <shwethab@cisco.com>
Wed, 31 Aug 2016 03:55:58 +0000 (04:55 +0100)
committerShwetha Bhandari <shwethab@cisco.com>
Thu, 1 Sep 2016 01:53:58 +0000 (01:53 +0000)
Change-Id: Iad6d8513e55a5f4609c7edb5505067d1136e84ea
Signed-off-by: Shwetha <shwethab@cisco.com>
plugins/ioam-plugin/ioam/export/ioam_export_test.c

index 695ce38..f991fc0 100644 (file)
@@ -194,7 +194,7 @@ vat_plugin_register (vat_main_t * vam)
 
   sm->vat_main = vam;
 
-  name = format (0, "export_%08x%c", api_version, 0);
+  name = format (0, "ioam_export_%08x%c", api_version, 0);
   sm->msg_id_base = vl_client_get_first_plugin_msg_id ((char *) name);
 
   if (sm->msg_id_base != (u16) ~ 0)