Fix for vl_client_get_first_plugin_msg_id:266: plugin 'export_eb694f98' not registered

Change-Id: Iad6d8513e55a5f4609c7edb5505067d1136e84ea
Signed-off-by: Shwetha <shwethab@cisco.com>
This commit is contained in:
Shwetha
2016-08-31 04:55:58 +01:00
committed by Shwetha Bhandari
parent b84a3e56e1
commit 5c377a1b7f

View 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)