mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-14 12:30:23 +01:00
nm-device-factory: remove ifname check as it prevents activating OVS connections
(cherry picked from commit 0cac094c93)
This commit is contained in:
parent
e52fccb0d0
commit
816aacc4c2
1 changed files with 0 additions and 8 deletions
|
|
@ -143,14 +143,6 @@ nm_device_factory_get_connection_iface (NMDeviceFactory *factory,
|
|||
return NULL;
|
||||
}
|
||||
|
||||
if (!nm_utils_is_valid_iface_name (ifname, error)) {
|
||||
g_prefix_error (error,
|
||||
"failed to determine interface name: name \"%s\" is invalid",
|
||||
ifname);
|
||||
g_free (ifname);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
return ifname;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue