cfgfile: support looking up sections by index
[dpdk.git] / lib / librte_cfgfile / rte_cfgfile_version.map
index bf6c6fd..3c2f0db 100644 (file)
@@ -13,3 +13,10 @@ DPDK_2.0 {
 
        local: *;
 };
+
+DPDK_16.04 {
+       global:
+
+       rte_cfgfile_section_entries_by_index;
+
+} DPDK_2.0;