summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2018-07-24 19:14:05 +0200
committerLubomir Rintel <lkundrak@v3.sk>2018-07-24 20:16:12 +0200
commit3e6e077114099c00278bc796d4ac8db816b196e3 (patch)
treeb47bdfc2f7f325c06b64b4658f7106954931fce1
parent9c6ff7fe1800ecbb6181a80c39e940d1bcc2da82 (diff)
downloadNetworkManager-3e6e077114099c00278bc796d4ac8db816b196e3.tar.gz
libnm: add nm_device_ovs_*_get_slaves()
They were missing. Add them to the 1.12.2 node, because they've been backported. See-also: https://github.com/NetworkManager/NetworkManager/pull/172
-rw-r--r--libnm/libnm.ver2
1 files changed, 2 insertions, 0 deletions
diff --git a/libnm/libnm.ver b/libnm/libnm.ver
index d10bf54191..23d551e69e 100644
--- a/libnm/libnm.ver
+++ b/libnm/libnm.ver
@@ -1376,6 +1376,8 @@ libnm_1_12_2 {
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;
libnm_1_14_0 {