X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvpp%2Fvnet%2Fmain.c;h=a566d956dfe7a620ff875daba180c668bbc1e27e;hb=45e4f365086267ef2551b1dedf4e309bdd00a34a;hp=4a96ca94321a10defce0b216e805ec1e180ace35;hpb=3466c30261950823828d1dad0d2fb170ee2f9aaf;p=vpp.git diff --git a/src/vpp/vnet/main.c b/src/vpp/vnet/main.c index 4a96ca94321..a566d956dfe 100644 --- a/src/vpp/vnet/main.c +++ b/src/vpp/vnet/main.c @@ -25,6 +25,8 @@ static void vpe_main_init (vlib_main_t * vm) { + void vat_plugin_hash_create (void); + if (CLIB_DEBUG > 0) vlib_unix_cli_set_prompt ("DBGvpp# "); else @@ -33,6 +35,10 @@ vpe_main_init (vlib_main_t * vm) /* Turn off network stack components which we don't want */ vlib_mark_init_function_complete (vm, srp_init); + /* + * Create the binary api plugin hashes before loading plugins + */ + vat_plugin_hash_create (); } /*