mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 15:10:05 +01:00
libnm: move hsr symbols to the right version
These symbols has been added to the 1.54.2 stable branch, so they are actually available since then.
This commit is contained in:
parent
239b0fbbc9
commit
d687768c61
1 changed files with 7 additions and 3 deletions
|
|
@ -2077,13 +2077,17 @@ global:
|
||||||
nm_sriov_preserve_on_down_get_type;
|
nm_sriov_preserve_on_down_get_type;
|
||||||
} libnm_1_52_0;
|
} libnm_1_52_0;
|
||||||
|
|
||||||
|
libnm_1_54_2 {
|
||||||
|
global:
|
||||||
|
nm_setting_hsr_get_interlink;
|
||||||
|
nm_setting_hsr_get_protocol_version;
|
||||||
|
nm_setting_hsr_protocol_version_get_type;
|
||||||
|
} libnm_1_54_0;
|
||||||
|
|
||||||
libnm_1_56_0 {
|
libnm_1_56_0 {
|
||||||
global:
|
global:
|
||||||
nm_dns_server_validate;
|
nm_dns_server_validate;
|
||||||
nm_setting_gsm_get_device_uid;
|
nm_setting_gsm_get_device_uid;
|
||||||
nm_setting_hsr_get_interlink;
|
|
||||||
nm_setting_hsr_get_protocol_version;
|
|
||||||
nm_setting_hsr_protocol_version_get_type;
|
|
||||||
nm_setting_connection_get_dnssec;
|
nm_setting_connection_get_dnssec;
|
||||||
nm_setting_connection_dnssec_get_type;
|
nm_setting_connection_dnssec_get_type;
|
||||||
} libnm_1_54_0;
|
} libnm_1_54_0;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue