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>
This commit is contained in:
Antonio Cardace 2020-08-26 15:23:23 +02:00
parent 21e6ed2852
commit dbab673f76
No known key found for this signature in database
GPG key ID: 6BF80ABD43E377D3

View file

@ -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;