GNOME Bugzilla – Bug 723175
[review] nmcli: allow creating temporary connection profiles
Last modified: 2014-01-30 09:59:15 UTC
nmcli should allow creating temporary connection profiles, i.e. the profiles that are not backed up on disk by NM, but only kept in memory. The code is available for review in jk/nmcli-unsaved-con branch.
Looks good to me. Pushed update for bash-completion.
"Note that once you save the profile persistently it remains persistent.\n" "Thought you may still save subsequent changes as temporary. If you wanted\n" "to undo persistency, you would need to delete the whole profile.\n")); Possibly clearer: Note that once you save the profile persistently those settings are saved across reboot or restart. Subsequent changes can also be temporary or persistent, but any temporary changes will not persist across reboot or restart. If you want to fully remove the persistent connection, the connection profile must be deleted. The rest looks good!
Updated and pushed to master: 11cce07 Allow saving connection profile as temporary in nmcli (bgo #723175) 6d25080 cli/bash-completion: complete 'save' option for `nmcli connection add` ec0f629 cli: persistent vs. temporary save for 'nmcli con edit' 2d523bd cli: allow creating temporary (unsaved) connection with 'nmcli con add'