mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-06 16:20:34 +01:00
device: translate NM_DEVICE_STATE_REASON_UNKNOWN to "unknown"
This commit is contained in:
parent
7914a6b6bd
commit
c1c3d7e145
1 changed files with 1 additions and 0 deletions
|
|
@ -388,6 +388,7 @@ state_to_string (NMDeviceState state)
|
|||
}
|
||||
|
||||
static const char *reason_table[] = {
|
||||
[NM_DEVICE_STATE_REASON_UNKNOWN] = "unknown",
|
||||
[NM_DEVICE_STATE_REASON_NONE] = "none",
|
||||
[NM_DEVICE_STATE_REASON_NOW_MANAGED] = "managed",
|
||||
[NM_DEVICE_STATE_REASON_NOW_UNMANAGED] = "unmanaged",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue