ipsec: IPSec protection for multi-point tunnel interfaces
[vpp.git] / src / vnet / bier / bier_bift_table.c
index cf0d552..f226779 100644 (file)
@@ -54,7 +54,7 @@ bier_bift_table_entry_add (bier_bift_id_t id,
          */
         bier_bift_table = clib_mem_alloc_aligned(sizeof(*bier_bift_table),
                                                  CLIB_CACHE_LINE_BYTES);
-        memset(bier_bift_table, 0, sizeof(*bier_bift_table));
+        clib_memset(bier_bift_table, 0, sizeof(*bier_bift_table));
 
         for (ii = 0; ii < BIER_BIFT_N_ENTRIES; ii++)
         {
@@ -286,6 +286,6 @@ done:
 
 VLIB_CLI_COMMAND (show_bier_bift_command, static) = {
     .path = "show bier bift",
-    .short_help = "show bier bift [set <value> sd <value> bsl <value>]",
+    .short_help = "show bier bift [set <value>] [sd <value>] [bsl <value>]",
     .function = show_bier_bift_cmd,
 };