ip_frag: add IPv4 options fragment
[dpdk.git] / lib / ipsec / version.map
index ba8753e..0af27ff 100644 (file)
@@ -19,3 +19,12 @@ DPDK_22 {
 
        local: *;
 };
+
+EXPERIMENTAL {
+       global:
+
+       # added in 21.11
+       rte_ipsec_telemetry_sa_add;
+       rte_ipsec_telemetry_sa_del;
+
+};