[gnome-control-center/rhel/8.4.0: 29/32] network: Handle Infiniband as a wired interface




commit 196421759824883d145db6ca6439a3ee546f2c1a
Author: Carlos Garnacho <carlosg gnome org>
Date:   Tue Apr 23 19:46:32 2019 +0200

    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

 panels/network/cc-network-panel.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/panels/network/cc-network-panel.c b/panels/network/cc-network-panel.c
index 943fe8c37..24af3b9eb 100644
--- a/panels/network/cc-network-panel.c
+++ b/panels/network/cc-network-panel.c
@@ -462,6 +462,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:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]