about summary refs log tree commit diff
path: root/man/nmcli.xml
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2026-05-14 19:21:28 +0200
committerMichael Biebl <biebl@debian.org>2026-05-14 19:21:28 +0200
commit4312005496b2f64293dd5a34fd81e4cba5a19c5b (patch)
tree98c36475837c1f15559d4850a9a0368923fcee04 /man/nmcli.xml
parentd877daadf2a7d90283a4b48a48fe854d1e9c78a6 (diff)
parent869e9027026cdbb15d4e4a6327ff41d2697858eb (diff)
Update upstream source from tag 'upstream/1.56.1'
Update to upstream version '1.56.1'
with Debian dir ea0a29e73fef8e57cffc45da43243a29de64bb9e
Diffstat (limited to 'man/nmcli.xml')
-rw-r--r--man/nmcli.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/man/nmcli.xml b/man/nmcli.xml
index 7bce0de7..94f4c64c 100644
--- a/man/nmcli.xml
+++ b/man/nmcli.xml
@@ -1436,15 +1436,31 @@
           </arg>
           <arg>
             <option>managed</option>
+            <group>
+              <arg choice='plain'>--permanent</arg>
+              <arg choice='plain'>--permanent-only</arg>
+            </group>
             <group choice='req'>
               <arg choice='plain'>yes</arg>
               <arg choice='plain'>no</arg>
+              <arg choice='plain'>up</arg>
+              <arg choice='plain'>down</arg>
+              <arg choice='plain'>reset</arg>
             </group>
           </arg>
         </term>
 
         <listitem>
           <para>Set device properties.</para>
+
+          <para>The <option>managed</option> property accepts a <option>--permanent</option>
+          option to persist the managed state to disk, and not only in runtime. With
+          <option>--permanent-only</option> only the permanent managed state is set, and not the
+          runtime managed state. The special values <option>up</option> and <option>down</option>
+          can be used to set the administrative state of the device at the same time as the runtime
+          managed state. The <option>reset</option> value clears the explicit managed setting, and
+          with <option>--permanent</option> or <option>--permanent-only</option> it also removes
+          the persisted managed setting.</para>
         </listitem>
       </varlistentry>