From eb7c47b3fc9c6fbc3499e855b1b852475146464c Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Fri, 12 Jul 2019 18:07:30 +0200 Subject: [PATCH] ovs/interface: actually allow dpdk type interfaces https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/203 --- src/devices/ovs/nm-device-ovs-interface.c | 1 + 1 file changed, 1 insertion(+) 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,