c11 safe string handling support
[vpp.git] / src / vnet / interface_cli.c
index 360898e..b11d35e 100644 (file)
@@ -687,7 +687,7 @@ create_sub_interfaces (vlib_main_t * vm,
       goto done;
     }
 
-  memset (&template, 0, sizeof (template));
+  clib_memset (&template, 0, sizeof (template));
   template.sub.eth.raw_flags = 0;
 
   if (unformat (input, "%d default", &id_min))