examples/ipsec-secgw: replace strncpy with strlcpy
[dpdk.git] / lib / librte_net / rte_net_version.map
index 3b15e65..8bc57d5 100644 (file)
@@ -4,3 +4,18 @@ DPDK_16.11 {
 
        local: *;
 };
+
+DPDK_17.05 {
+       global:
+
+       rte_net_crc_calc;
+       rte_net_crc_set_alg;
+
+} DPDK_16.11;
+
+EXPERIMENTAL {
+       global:
+
+       rte_net_make_rarp_packet;
+       rte_net_skip_ip6_ext;
+} DPDK_17.05;