cli: add NM_ACTIVE_CONNECTION_STATE_DEACTIVATED state-to-string translation
This commit is contained in:
@@ -464,6 +464,8 @@ active_connection_state_to_string (NMActiveConnectionState state)
|
|||||||
return _("activated");
|
return _("activated");
|
||||||
case NM_ACTIVE_CONNECTION_STATE_DEACTIVATING:
|
case NM_ACTIVE_CONNECTION_STATE_DEACTIVATING:
|
||||||
return _("deactivating");
|
return _("deactivating");
|
||||||
|
case NM_ACTIVE_CONNECTION_STATE_DEACTIVATED:
|
||||||
|
return _("deactivated");
|
||||||
case NM_ACTIVE_CONNECTION_STATE_UNKNOWN:
|
case NM_ACTIVE_CONNECTION_STATE_UNKNOWN:
|
||||||
default:
|
default:
|
||||||
return _("unknown");
|
return _("unknown");
|
||||||
|
Reference in New Issue
Block a user