diff options
| author | Michael Biebl <biebl@debian.org> | 2022-01-13 22:30:39 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-01-13 22:30:39 +0100 |
| commit | 88c227d90a6b7b388c5c85d72802a0ca8f05ed5c (patch) | |
| tree | 71f32df6617802270e8a78574bd8e1637dc532f4 /src/libnm-client-impl/libnm.ver | |
| parent | e74c568b07b50b97873fb4ee1d776dedefbd54d6 (diff) | |
New upstream version 1.34.0 upstream/1.34.0
Diffstat (limited to 'src/libnm-client-impl/libnm.ver')
| -rw-r--r-- | src/libnm-client-impl/libnm.ver | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/libnm-client-impl/libnm.ver b/src/libnm-client-impl/libnm.ver index 89a99af8..ce07a876 100644 --- a/src/libnm-client-impl/libnm.ver +++ b/src/libnm-client-impl/libnm.ver @@ -1785,6 +1785,12 @@ global: nm_utils_print; } libnm_1_28_0; +libnm_1_30_8 { + #nm_ip_address_dup@libnm_1_30_8; + #nm_ip_route_dup@libnm_1_30_8; + #nm_setting_ip_config_get_required_timeout@libnm_1_30_8; +} libnm_1_30_0; + libnm_1_32_0 { global: nm_ethtool_optname_is_pause; @@ -1798,3 +1804,15 @@ libnm_1_32_4 { global: nm_setting_ip_config_get_required_timeout; } libnm_1_32_0; + +libnm_1_34_0 { +global: + nm_device_get_ports; + nm_ip_routing_rule_get_uid_range; + nm_ip_routing_rule_set_uid_range; + nm_setting_bond_port_get_queue_id; + nm_setting_bond_port_get_type; + nm_setting_bond_port_new; + nm_setting_connection_get_dns_over_tls; + nm_setting_connection_dns_over_tls_get_type; +} libnm_1_32_4; |