diff --git a/src/bin/network/ifconfig/ifconfig.cpp b/src/bin/network/ifconfig/ifconfig.cpp index 0e4a36f1f2..3de352fc2e 100644 --- a/src/bin/network/ifconfig/ifconfig.cpp +++ b/src/bin/network/ifconfig/ifconfig.cpp @@ -230,9 +230,11 @@ list_interface(int socket, const char* name) type = "100 MBit, 100BASE-TX"; break; case IFM_1000_T: - case IFM_1000_SX: type = "1 GBit, 1000BASE-T"; break; + case IFM_1000_SX: + type = "1 GBit, 1000BASE-SX"; + break; } break;