diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2021-08-25 15:24:42 +0200 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2021-08-25 15:24:42 +0200 |
| commit | dbb91282fa488964fb20595f9494a9f0e4f36a58 (patch) | |
| tree | 142bc942e5320b35514cdf03a5f9f47a9b89df0e /src/libnm-client-impl/libnm.ver | |
| parent | 5f2ede3a2813b0e9204befdcfc67509d34be71c6 (diff) | |
| parent | cfb80376641fa49137b9996130352697e7f8b436 (diff) | |
Update upstream source from tag 'upstream/1.32.10'
Update to upstream version '1.32.10' with Debian dir fcf2778b50b013ede3e7375bc1d829e984175658
Diffstat (limited to 'src/libnm-client-impl/libnm.ver')
| -rw-r--r-- | src/libnm-client-impl/libnm.ver | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libnm-client-impl/libnm.ver b/src/libnm-client-impl/libnm.ver index 65d52b1a..89a99af8 100644 --- a/src/libnm-client-impl/libnm.ver +++ b/src/libnm-client-impl/libnm.ver @@ -1793,3 +1793,8 @@ global: nm_setting_match_new; nm_setting_wired_get_accept_all_mac_addresses; } libnm_1_30_0; + +libnm_1_32_4 { +global: + nm_setting_ip_config_get_required_timeout; +} libnm_1_32_0; |