nmcli: remove user settings support
Remove all support for user settings services from nmcli. Update its manpage to reflect this. Manpage edits also anticipate changes to be made in regards to how secrets are managed.
This commit is contained in:
@@ -93,13 +93,8 @@ typedef struct _NmCli {
|
||||
int timeout; /* Operation timeout */
|
||||
|
||||
NMRemoteSettingsSystem *system_settings; /* System settings */
|
||||
NMRemoteSettings *user_settings; /* User settings */
|
||||
|
||||
gboolean system_settings_running; /* Is system settings service running? */
|
||||
gboolean user_settings_running; /* Is user settings service running? */
|
||||
|
||||
GSList *system_connections; /* List of system connections */
|
||||
GSList *user_connections; /* List of user connections */
|
||||
|
||||
gboolean should_wait; /* Indication that nmcli should not end yet */
|
||||
gboolean nowait_flag; /* '--nowait' option; used for passing to callbacks */
|
||||
|
Reference in New Issue
Block a user