mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 01:20:07 +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.
(cherry picked from commit d687768c61)
This commit is contained in:
parent
29d523391a
commit
e74cf8fcc4
1 changed files with 7 additions and 3 deletions
|
|
@ -2077,13 +2077,17 @@ global:
|
|||
nm_sriov_preserve_on_down_get_type;
|
||||
} 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 {
|
||||
global:
|
||||
nm_dns_server_validate;
|
||||
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_dnssec_get_type;
|
||||
} libnm_1_54_0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue