summaryrefslogtreecommitdiffstats
path: root/libnl-xfrm-3.sym
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-03-03 12:20:47 (GMT)
committerThomas Haller <thaller@redhat.com>2022-03-03 12:20:47 (GMT)
commit0306ae210515a39b649364849c7efa7375480152 (patch)
treef705f8955a203c51b86bf0bd06758591b716c83d /libnl-xfrm-3.sym
parent89501949892e8d5ca38236b44b681f5032f9e87c (diff)
downloadlibnl-0306ae210515a39b649364849c7efa7375480152.zip
libnl-0306ae210515a39b649364849c7efa7375480152.tar.gz
libnl-0306ae210515a39b649364849c7efa7375480152.tar.bz2
xfrm: fix libnl-xfrm-3.sym linker versioning
Sections with already released API must not be modified or extended. A new section must be added for each release.
Diffstat (limited to 'libnl-xfrm-3.sym')
-rw-r--r--libnl-xfrm-3.sym7
1 files changed, 5 insertions, 2 deletions
diff --git a/libnl-xfrm-3.sym b/libnl-xfrm-3.sym
index a5f18fd..7f5858f 100644
--- a/libnl-xfrm-3.sym
+++ b/libnl-xfrm-3.sym
@@ -94,7 +94,6 @@ global:
xfrmnl_sa_get_spi;
xfrmnl_sa_get_stats;
xfrmnl_sa_get_tfcpad;
- xfrmnl_sa_get_user_offload;
xfrmnl_sa_is_expiry_reached;
xfrmnl_sa_is_hardexpiry_reached;
xfrmnl_sa_mode2str;
@@ -124,7 +123,6 @@ global:
xfrmnl_sa_set_sel;
xfrmnl_sa_set_spi;
xfrmnl_sa_set_tfcpad;
- xfrmnl_sa_set_user_offload;
xfrmnl_sa_str2flag;
xfrmnl_sa_str2mode;
xfrmnl_sa_update;
@@ -246,3 +244,8 @@ global:
local:
*;
};
+
+libnl_3_6 {
+ xfrmnl_sa_get_user_offload;
+ xfrmnl_sa_set_user_offload;
+} libnl_3;