aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/bier/bier_hdr_inlines.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/bier/bier_hdr_inlines.h')
-rw-r--r--src/vnet/bier/bier_hdr_inlines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/bier/bier_hdr_inlines.h b/src/vnet/bier/bier_hdr_inlines.h
index d58926e97ef..81e196d4c0b 100644
--- a/src/vnet/bier/bier_hdr_inlines.h
+++ b/src/vnet/bier/bier_hdr_inlines.h
@@ -175,7 +175,7 @@ bier_hdr_get_proto_id (const bier_hdr_t *bier_hdr)
static inline void
bier_hdr_clear (bier_hdr_t *bier_hdr)
{
- memset(&bier_hdr->bh_bit_string, 0,
+ clib_memset(&bier_hdr->bh_bit_string, 0,
bier_hdr_len_id_to_num_buckets(
bier_hdr_get_len_id(bier_hdr)));
}