mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-09 14:40:21 +01:00
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:
parent
21e6ed2852
commit
dbab673f76
1 changed files with 6 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue