mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 23:40:10 +01:00
cli: add a new reason code -> string mapping
This commit is contained in:
parent
78f09078f1
commit
96a2bc43af
1 changed files with 3 additions and 0 deletions
|
|
@ -420,6 +420,9 @@ device_reason_to_string (NMDeviceStateReason reason)
|
|||
|
||||
case NM_DEVICE_STATE_REASON_INFINIBAND_MODE:
|
||||
return _("Infiniband device does not support connected mode");
|
||||
|
||||
case NM_DEVICE_STATE_REASON_DEPENDENCY_FAILED:
|
||||
return _("A dependency of the connection failed");
|
||||
default:
|
||||
return _("Unknown");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue