mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 12:00:17 +01:00
cli: add missing reason-to-string mappings for NMDeviceStateReason
This commit is contained in:
parent
0f02392123
commit
160d6f073e
1 changed files with 7 additions and 0 deletions
|
|
@ -797,7 +797,14 @@ nmc_device_reason_to_string (NMDeviceStateReason reason)
|
|||
case NM_DEVICE_STATE_REASON_SECONDARY_CONNECTION_FAILED:
|
||||
return _("A secondary connection of the base connection failed");
|
||||
|
||||
case NM_DEVICE_STATE_REASON_DCB_FCOE_FAILED:
|
||||
return _("DCB or FCoE setup failed");
|
||||
|
||||
case NM_DEVICE_STATE_REASON_TEAMD_CONTROL_FAILED:
|
||||
return _("teamd control failed");
|
||||
|
||||
default:
|
||||
/* TRANSLATORS: Unknown reason for a device state change (NMDeviceStateReason) */
|
||||
return _("Unknown");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue