network: Handle Infiniband as a wired interface
The configuration/UI we expose for wired settings are meaningful for those devices as well. Closes: https://gitlab.gnome.org/GNOME/gnome-control-center/issues/489
This commit is contained in:
parent
23813b8221
commit
4c31ff5269
1 changed files with 1 additions and 0 deletions
|
@ -472,6 +472,7 @@ panel_add_device (CcNetworkPanel *panel, NMDevice *device)
|
|||
/* map the NMDeviceType to the GType, or ignore */
|
||||
switch (type) {
|
||||
case NM_DEVICE_TYPE_ETHERNET:
|
||||
case NM_DEVICE_TYPE_INFINIBAND:
|
||||
device_g_type = NET_TYPE_DEVICE_ETHERNET;
|
||||
break;
|
||||
case NM_DEVICE_TYPE_MODEM:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue