about summary refs log tree commit diff
path: root/man/nmcli.xml
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2022-05-04 15:35:24 +0200
committerMichael Biebl <biebl@debian.org>2022-05-04 15:35:24 +0200
commit9959fdb2e8ddd06f2161798ca0a39c77d67c652d (patch)
tree2ce24a336d2b1c5fd5dec3090db312eded6c78ba /man/nmcli.xml
parent8c623dddbdebe354cb94bfc559a5371a14865317 (diff)
New upstream version 1.37.92 upstream/1.37.92
Diffstat (limited to 'man/nmcli.xml')
-rw-r--r--man/nmcli.xml49
1 files changed, 49 insertions, 0 deletions
diff --git a/man/nmcli.xml b/man/nmcli.xml
index fad874f6..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>
 
@@ -1881,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>
@@ -2105,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>