NetworkManager/clients
Jiří Klimeš 0c65b28960 cli: add 'nmcli connection clone' for cloning connections (bgo #757627)
Synopsis:
nmcli connection clone [--temporary] [id|uuid|path] <ID> <new name>

It copies the <ID> connection as <new name>. The command is very useful
if there is a connection, but another one is needed for a related
configuration. One can copy the existing profile and modify it for the
new situation.

For example:
$ nmcli con clone main-eth second-eth
$ nmcli con modify second-eth connection.interface-name em4

https://bugzilla.gnome.org/show_bug.cgi?id=757627
2015-11-18 09:37:44 +01:00
..
cli cli: add 'nmcli connection clone' for cloning connections (bgo #757627) 2015-11-18 09:37:44 +01:00
common all: drop includes to <glib/gi18n.h> for "nm-default.h" 2015-08-05 15:35:51 +02:00
tui tui: add a checkbox for ignore-auto-routes (bgo #756200) 2015-10-09 09:27:49 +02:00
Makefile.am build: extract version macros from "nm-version.h" to new header file "nm-version-macros.h" 2015-09-30 23:10:29 +02:00
nm-online.c nm-online: do not put \r to a translatable string (bgo #758102) 2015-11-16 15:19:53 +01:00