Fix "Old Style VLA" build warnings
[vpp.git] / src / vpp-api / lua / examples / example-classifier.lua
index b127075..9e13d82 100644 (file)
@@ -40,6 +40,7 @@ reply = vpp:api_call("classify_add_del_table", {
   nbuckets = 32,
   skip_n_vectors = 0,
   match_n_vectors = 1,
+  mask_len = 16,
   mask = "\255\255\255\255\255\255\255\255" .. "\255\255\255\255\255\255\255\255"
 })
 print(vpp.dump(reply))