examples/ipsec-secgw: remove redundant string compare
[dpdk.git] / examples / l3fwd-vf / meson.build
index 226286e..00f3c38 100644 (file)
@@ -7,6 +7,7 @@
 # DPDK instance, use 'make'
 
 deps += ['lpm', 'hash']
+allow_experimental_apis = true
 sources = files(
        'main.c'
 )