ip: Replace Sematics for Interface IP addresses
[vpp.git] / src / vnet / ethernet / p2p_ethernet_api.c
index f2c730b..3bbda6e 100644 (file)
@@ -87,7 +87,7 @@ vl_api_p2p_ethernet_del_t_handler (vl_api_p2p_ethernet_del_t * mp)
 /*
  * p2p_ethernet_api_hookup
  * Add vpe's API message handlers to the table.
- * vlib has alread mapped shared memory and
+ * vlib has already mapped shared memory and
  * added the client registration handlers.
  * See .../vlib-api/vlibmemory/memclnt_vlib.c:memclnt_process()
  */
@@ -106,7 +106,7 @@ setup_message_id_table (api_main_t * am)
 static clib_error_t *
 p2p_ethernet_api_hookup (vlib_main_t * vm)
 {
-  api_main_t *am = &api_main;
+  api_main_t *am = vlibapi_get_main ();
 
 #define _(N,n)                                                  \
     vl_msg_api_set_handlers(VL_API_##N, #n,                     \