summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Cardace <acardace@redhat.com>2020-08-26 15:23:23 +0200
committerAntonio Cardace <acardace@redhat.com>2020-08-26 15:23:23 +0200
commitdbab673f7664dbd9312060314192584e28bdc462 (patch)
tree7bdfe422f1c6a9b41f3614eb6d315fe170faf57e
parent21e6ed28522f2807cc833d868c1875394634a4d0 (diff)
downloadNetworkManager-dbab673f7664dbd9312060314192584e28bdc462.tar.gz
libnm: move nm_setting_ip4_config_get_dhcp_vendor_class_identifier() to "libnm_1_26_4"
nm_setting_ip4_config_get_dhcp_vendor_class_identifier() was backported to nm-1-26 branch, and will be released as 1.26.4. As such, on the stable branch the symbol will be placed in a separate symbol version ("libnm_1_26_4"). To support the upgrade path from 1.26.4+ to 1.28+, we want this symbol also present on master. Signed-off-by: Antonio Cardace <acardace@redhat.com>
-rw-r--r--libnm/libnm.ver8
1 files changed, 6 insertions, 2 deletions
diff --git a/libnm/libnm.ver b/libnm/libnm.ver
index e1f006f499..1e87742a82 100644
--- a/libnm/libnm.ver
+++ b/libnm/libnm.ver
@@ -1742,8 +1742,12 @@ global:
nm_setting_option_set_uint32;
} libnm_1_24_0;
-libnm_1_28_0 {
+libnm_1_26_4 {
global:
nm_setting_ip4_config_get_dhcp_vendor_class_identifier;
- nm_setting_wireless_get_ap_isolation;
} libnm_1_26_0;
+
+libnm_1_28_0 {
+global:
+ nm_setting_wireless_get_ap_isolation;
+} libnm_1_26_4;