mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-20 23:20:41 +01:00
libnm: fix libnm.ver by putting new symbols into appropriate section
Fixes: 019943bb5d
This commit is contained in:
parent
d43be83aaa
commit
a915b57876
1 changed files with 6 additions and 6 deletions
|
|
@ -552,19 +552,16 @@ global:
|
|||
nm_setting_ip6_config_privacy_get_type;
|
||||
nm_setting_ip_config_add_address;
|
||||
nm_setting_ip_config_add_dns;
|
||||
nm_setting_ip_config_add_dns_option;
|
||||
nm_setting_ip_config_add_dns_search;
|
||||
nm_setting_ip_config_add_route;
|
||||
nm_setting_ip_config_clear_addresses;
|
||||
nm_setting_ip_config_clear_dns;
|
||||
nm_setting_ip_config_clear_dns_options;
|
||||
nm_setting_ip_config_clear_dns_searches;
|
||||
nm_setting_ip_config_clear_routes;
|
||||
nm_setting_ip_config_get_address;
|
||||
nm_setting_ip_config_get_dhcp_hostname;
|
||||
nm_setting_ip_config_get_dhcp_send_hostname;
|
||||
nm_setting_ip_config_get_dns;
|
||||
nm_setting_ip_config_get_dns_option;
|
||||
nm_setting_ip_config_get_dns_search;
|
||||
nm_setting_ip_config_get_gateway;
|
||||
nm_setting_ip_config_get_ignore_auto_dns;
|
||||
|
|
@ -574,7 +571,6 @@ global:
|
|||
nm_setting_ip_config_get_never_default;
|
||||
nm_setting_ip_config_get_num_addresses;
|
||||
nm_setting_ip_config_get_num_dns;
|
||||
nm_setting_ip_config_get_num_dns_options;
|
||||
nm_setting_ip_config_get_num_dns_searches;
|
||||
nm_setting_ip_config_get_num_routes;
|
||||
nm_setting_ip_config_get_route;
|
||||
|
|
@ -584,8 +580,6 @@ global:
|
|||
nm_setting_ip_config_remove_address_by_value;
|
||||
nm_setting_ip_config_remove_dns;
|
||||
nm_setting_ip_config_remove_dns_by_value;
|
||||
nm_setting_ip_config_remove_dns_option;
|
||||
nm_setting_ip_config_remove_dns_option_by_value;
|
||||
nm_setting_ip_config_remove_dns_search;
|
||||
nm_setting_ip_config_remove_dns_search_by_value;
|
||||
nm_setting_ip_config_remove_route;
|
||||
|
|
@ -857,6 +851,12 @@ global:
|
|||
nm_device_get_nm_plugin_missing;
|
||||
nm_setting_802_1x_check_cert_scheme;
|
||||
nm_setting_bridge_get_multicast_snooping;
|
||||
nm_setting_ip_config_add_dns_option;
|
||||
nm_setting_ip_config_clear_dns_options;
|
||||
nm_setting_ip_config_get_dns_option;
|
||||
nm_setting_ip_config_get_num_dns_options;
|
||||
nm_setting_ip_config_remove_dns_option;
|
||||
nm_setting_ip_config_remove_dns_option_by_value;
|
||||
nm_setting_wireless_get_powersave;
|
||||
nm_utils_bond_mode_int_to_string;
|
||||
nm_utils_bond_mode_string_to_int;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue