summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-07-12 18:07:30 +0200
committerLubomir Rintel <lkundrak@v3.sk>2019-07-12 19:15:49 +0200
commita592efab2e4981b8f00d6bae5a03f1c9ba547001 (patch)
tree180b555921fadbbeaf8623b4e5daa7ce0f42c6b5
parent5e0149c9cb4733398222e3b86130a643ebfe9422 (diff)
downloadNetworkManager-lr/ovs-dpdk-fixes.tar.gz
ovs/interface: actually allow dpdk type interfaceslr/ovs-dpdk-fixes
-rw-r--r--src/devices/ovs/nm-device-ovs-interface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/ovs/nm-device-ovs-interface.c b/src/devices/ovs/nm-device-ovs-interface.c
index e3d3f9ee5f..83de3c3dff 100644
--- a/src/devices/ovs/nm-device-ovs-interface.c
+++ b/src/devices/ovs/nm-device-ovs-interface.c
@@ -95,6 +95,7 @@ check_connection_compatible (NMDevice *device, NMConnection *connection, GError
s_ovs_iface = nm_connection_get_setting_ovs_interface (connection);
if (!NM_IN_STRSET (nm_setting_ovs_interface_get_interface_type (s_ovs_iface),
+ "dpdk",
"internal",
"patch")) {
nm_utils_error_set_literal (error, NM_UTILS_ERROR_CONNECTION_AVAILABLE_TEMPORARY,