c11 safe string handling support
[vpp.git] / src / vnet / ip / ip6_punt_drop.c
index b894489..ea8477f 100644 (file)
@@ -357,7 +357,7 @@ ip6_punt_redirect_cmd (vlib_main_t * vm,
        ;
       else if (unformat (line_input, "via %U",
                         unformat_vnet_sw_interface, vnm, &tx_sw_if_index))
-       memset (&nh, 0, sizeof (nh));
+       clib_memset (&nh, 0, sizeof (nh));
       else
        {
          error = unformat_parse_error (line_input);