X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fvpp%2Fvnet%2Fmain.c;h=e0c7b0dbf584bcd39957cf6b2c399edbf89bcd0b;hb=3459ece6da90627b161e2128b5926f1e58e7db65;hp=695c358f76553ee66bc5d7720edbd886fa85cfab;hpb=7d0e30bc642f9137188e962f3d1fe38303e674ba;p=vpp.git diff --git a/src/vpp/vnet/main.c b/src/vpp/vnet/main.c index 695c358f765..e0c7b0dbf58 100644 --- a/src/vpp/vnet/main.c +++ b/src/vpp/vnet/main.c @@ -25,7 +25,7 @@ #include #include #include -#include +#include /* To get the last static message id */ #include /* @@ -323,7 +323,7 @@ defaulted: pthread_setaffinity_np (pthread_self (), sizeof (cpu_set_t), &cpuset); /* Set up the plugin message ID allocator right now... */ - vl_msg_api_set_first_available_msg_id (VL_MSG_FIRST_AVAILABLE); + vl_msg_api_set_first_available_msg_id (VL_MSG_MEMCLNT_LAST + 1); /* destroy temporary heap and create main one */ clib_mem_destroy ();