bier - fix node table declaration
[vpp.git] / src / vnet / bier / bier_disp_table.c
index 5caf86d..b2541da 100644 (file)
@@ -328,7 +328,8 @@ const static dpo_vft_t bier_disp_table_dpo_vft = {
 
 const static char *const bier_disp_table_bier_nodes[] =
 {
-    "bier-disp-lookup"
+    "bier-disp-lookup",
+    NULL
 };
 
 const static char * const * const bier_disp_table_nodes[DPO_PROTO_NUM] =