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:
Íñigo Huguet 2025-11-18 10:39:49 +01:00
parent 29d523391a
commit e74cf8fcc4

View file

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