IPSEC: Pass the algorithm salt (used in GCM) over the API
[vpp.git] / src / vnet / ipip / ipip_api.c
index b3fc081..2abac0b 100644 (file)
@@ -110,7 +110,7 @@ send_ipip_tunnel_details (ipip_tunnel_t * t,
   fib_table_t *ft;
 
   rmp = vl_msg_api_alloc (sizeof (*rmp));
-  memset (rmp, 0, sizeof (*rmp));
+  clib_memset (rmp, 0, sizeof (*rmp));
   rmp->_vl_msg_id = htons (VL_API_IPIP_TUNNEL_DETAILS);
   if (is_ipv6)
     {
@@ -211,7 +211,7 @@ vl_api_ipip_6rd_del_tunnel_t_handler (vl_api_ipip_6rd_del_tunnel_t * mp)
 /*
  * ipip_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()
  */