about summary refs log tree commit diff
path: root/src/devices
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2019-12-26 06:50:22 +0100
committerMichael Biebl <biebl@debian.org>2019-12-26 06:50:22 +0100
commitfe6888e4bfd824ad1263b3151f9bf66b7974752e (patch)
tree09d07c35668b6d64be114d941440e86deef8fba5 /src/devices
parente6e01bf48a28c03e61ac5424829a08dfc372533e (diff)
parent724bcc5c7be3aed3646ed2b2989c34d438217176 (diff)
Update upstream source from tag 'upstream/1.22.2'
Update to upstream version '1.22.2'
with Debian dir 54b7af73627e37cbe440e9ae6ae1d795e88f2247
Diffstat (limited to 'src/devices')
-rw-r--r--src/devices/ovs/nm-ovs-factory.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/ovs/nm-ovs-factory.c b/src/devices/ovs/nm-ovs-factory.c
index d6dd13eb..d1d79a1c 100644
--- a/src/devices/ovs/nm-ovs-factory.c
+++ b/src/devices/ovs/nm-ovs-factory.c
@@ -59,6 +59,7 @@ NM_DEVICE_FACTORY_DECLARE_TYPES (
 G_MODULE_EXPORT NMDeviceFactory *
 nm_device_factory_create (GError **error)
 {
+	nm_manager_set_capability (NM_MANAGER_GET, NM_CAPABILITY_OVS);
 	return (NMDeviceFactory *) g_object_new (NM_TYPE_OVS_FACTORY, NULL);
 }