mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-16 10:00:47 +01:00
cli: add NM_DEVICE_STATE_REASON_BR2684_FAILED reason-to-string mapping
This commit is contained in:
parent
0fb4f259e6
commit
56d5a57728
1 changed files with 4 additions and 0 deletions
|
|
@ -547,6 +547,10 @@ nmc_device_reason_to_string (NMDeviceStateReason reason)
|
|||
|
||||
case NM_DEVICE_STATE_REASON_DEPENDENCY_FAILED:
|
||||
return _("A dependency of the connection failed");
|
||||
|
||||
case NM_DEVICE_STATE_REASON_BR2684_FAILED:
|
||||
return _("A problem with the RFC 2684 Ethernet over ADSL bridge");
|
||||
|
||||
default:
|
||||
return _("Unknown");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue