mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 01:20:07 +01:00
libnm: backport symbols nm_setting_ip_config_get_dns_priority to libnm_1_2_4
Commitbdd0e7fec0which added symbol nm_setting_ip_config_get_dns_priority to libnm_1_4_0 was backported to nm-1-2 in commitad1cdcf657. Add the backported symbol to master to allow seemless upgrading from 1.2.4 to 1.4.0.
This commit is contained in:
parent
4e6f466fd3
commit
ccc1be34ee
2 changed files with 5 additions and 0 deletions
|
|
@ -1700,6 +1700,7 @@ nm_setting_ip_config_get_dns_priority (NMSettingIPConfig *setting)
|
|||
|
||||
return NM_SETTING_IP_CONFIG_GET_PRIVATE (setting)->dns_priority;
|
||||
}
|
||||
NM_BACKPORT_SYMBOL (libnm_1_2_4, gint, nm_setting_ip_config_get_dns_priority, (NMSettingIPConfig *setting), (setting));
|
||||
|
||||
/**
|
||||
* nm_setting_ip_config_get_num_addresses:
|
||||
|
|
|
|||
|
|
@ -1059,6 +1059,10 @@ global:
|
|||
nm_vpn_service_plugin_set_login_banner;
|
||||
} libnm_1_0_0;
|
||||
|
||||
libnm_1_2_4 {
|
||||
#nm_setting_ip_config_get_dns_priority@libnm_1_2_4;
|
||||
} libnm_1_2_0;
|
||||
|
||||
libnm_1_4_0 {
|
||||
global:
|
||||
nm_device_team_get_config;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue