aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp/oam/oam.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpp/oam/oam.c')
-rw-r--r--src/vpp/oam/oam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpp/oam/oam.c b/src/vpp/oam/oam.c
index ef061207544..1579f562a67 100644
--- a/src/vpp/oam/oam.c
+++ b/src/vpp/oam/oam.c
@@ -26,7 +26,7 @@ init_oam_packet_template (oam_main_t * om, oam_target_t * t)
ip_csum_t sum;
u16 csum;
- vec_validate_aligned (t->template, 0, CLIB_CACHE_LINE_BYTES);
+ vec_validate (t->template, 0);
h = t->template;
memset (h, 0, sizeof (*h));