diff options
| author | Jeremy Bicha <jeremy.bicha@canonical.com> | 2022-02-03 09:24:19 -0500 |
|---|---|---|
| committer | Jeremy Bicha <jeremy.bicha@canonical.com> | 2022-02-03 12:01:26 -0500 |
| commit | 240934659cd8326a14324c73d4f0f88eecfddcab (patch) | |
| tree | e07cde48aa0a143bebf10ca7103cc0e69febad25 /src/libnm-client-impl/libnm.ver | |
| parent | fbe61ddadf4a89800a8e3651ae91099259ddf2ad (diff) | |
| parent | 1628eda029ba4dede8d4d45572c6b60367882436 (diff) | |
Merge tag 'debian/1.34.0-2' into ubuntu/master
network-manager Debian release 1.34.0-2
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; |