diff options
Diffstat (limited to 'man/nmcli.xml')
| -rw-r--r-- | man/nmcli.xml | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/man/nmcli.xml b/man/nmcli.xml index c2b867dd..d4f27b0b 100644 --- a/man/nmcli.xml +++ b/man/nmcli.xml @@ -659,6 +659,7 @@ <arg choice='plain'><command>load</command></arg> <arg choice='plain'><command>import</command></arg> <arg choice='plain'><command>export</command></arg> + <arg choice='plain'><command>migrate</command></arg> </group> <arg rep='repeat'><replaceable>ARGUMENTS</replaceable></arg> </cmdsynopsis> @@ -1312,6 +1313,40 @@ data will be printed to standard output.</para> </listitem> </varlistentry> + + <varlistentry> + <term> + <command>migrate</command> + <arg> + <option>--plugin</option> + <arg choice='plain' rep='repeat'><replaceable>plugin</replaceable></arg> + </arg> + <group> + <arg choice='plain'><option>id</option></arg> + <arg choice='plain'><option>uuid</option></arg> + <arg choice='plain'><option>path</option></arg> + </group> + <arg rep='repeat'><replaceable>ID</replaceable></arg> + </term> + <listitem> + <para>Migrate connection profiles to a different settings plugin, such + as <literal>keyfile</literal> (default) or <literal>ifcfg-rh</literal>.</para> + + <para>The connection to be migrated is identified by its name, UUID or D-Bus path. + If <replaceable>ID</replaceable> is ambiguous, a keyword <option>id</option>, + <option>uuid</option> or <option>path</option> can be used. See <command>connection + show</command> above for the description of the + <replaceable>ID</replaceable>-specifying keywords.</para> + + <para>If no connections are specified, the command acts on all available + connections. Therefore, with no arguments, the command migrates all connection + profiles to the <literal>keyfile</literal> plugin.</para> + + <para>If <option>--wait</option> option is not specified, the default timeout will be 10 + seconds.</para> + </listitem> + </varlistentry> + </variablelist> </refsect1> @@ -1867,6 +1902,13 @@ </varlistentry> <varlistentry> + <term><option>connection-external</option></term> + <listitem> + <para>Connection representing configuration created externally to NetworkManager.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>connection-invisible</option></term> <listitem> <para>Connection whose details is the user not permitted to see.</para> @@ -1874,6 +1916,13 @@ </varlistentry> <varlistentry> + <term><option>connection-deprecated</option></term> + <listitem> + <para>Connection that uses deprecated settings. It might not be possible to activate it.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>connectivity-full</option></term> <listitem> <para>Connectivity state when Internet is reachable.</para> @@ -1930,6 +1979,13 @@ </varlistentry> <varlistentry> + <term><option>device-external</option></term> + <listitem> + <para>Device configured externally to NetworkManager.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>device-firmware-missing</option></term> <listitem> <para>Warning of a missing device firmware.</para> @@ -2091,6 +2147,13 @@ </varlistentry> <varlistentry> + <term><option>wifi-deprecated</option></term> + <listitem> + <para>Wi-Fi network that might be impossible to connect to due to use of deprecated functionality.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>disabled</option></term> <listitem> <para>A property that is turned off.</para> |