diff options
| author | Michael Biebl <biebl@debian.org> | 2018-07-25 13:12:18 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-07-25 13:12:18 +0200 |
| commit | caf1db9d6fbc056cc6c76a24574890f6c7895f3d (patch) | |
| tree | c323cf856ee0bb8e44590670dd54c19653a55748 /libnm/libnm.ver | |
| parent | 429393567647935d9123e21fd27a7529d50255eb (diff) | |
New upstream version 1.12.2 upstream/1.12.2
Diffstat (limited to 'libnm/libnm.ver')
| -rw-r--r-- | libnm/libnm.ver | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libnm/libnm.ver b/libnm/libnm.ver index 5011906c..d937f531 100644 --- a/libnm/libnm.ver +++ b/libnm/libnm.ver @@ -1369,3 +1369,13 @@ global: nm_utils_get_timestamp_msec; nm_vpn_service_plugin_shutdown; } libnm_1_10_0; + +libnm_1_12_2 { + nm_connection_get_setting_ovs_bridge; + nm_connection_get_setting_ovs_interface; + nm_connection_get_setting_ovs_patch; + nm_connection_get_setting_ovs_port; + nm_connection_get_setting_tun; + nm_device_ovs_bridge_get_slaves; + nm_device_ovs_port_get_slaves; +} libnm_1_12_0; |