FIB: encode the label stack in the FIB path during table dump
[vpp.git] / src / vnet / lldp / lldp_api.c
index 16904c1..00b71f9 100644 (file)
@@ -74,7 +74,7 @@ vl_api_sw_interface_set_lldp_t_handler (vl_api_sw_interface_set_lldp_t * mp)
   u8 *port_desc = 0, *mgmt_ip4 = 0, *mgmt_ip6 = 0, *mgmt_oid = 0;
   u8 no_data[256];
 
-  memset (no_data, 0, 256);
+  clib_memset (no_data, 0, 256);
 
   if (memcmp (mp->port_desc, no_data, strlen ((char *) mp->port_desc)) != 0)
     {
@@ -123,7 +123,7 @@ vl_api_sw_interface_set_lldp_t_handler (vl_api_sw_interface_set_lldp_t * mp)
 /*
  *  * lldp_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()
  *       */