diff options
| author | Michael Biebl <biebl@debian.org> | 2026-05-14 19:21:22 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2026-05-14 19:21:22 +0200 |
| commit | 869e9027026cdbb15d4e4a6327ff41d2697858eb (patch) | |
| tree | 52edec7f935ff1bbb425c3515c6e49e6b8b0e28b /man/nmcli.xml | |
| parent | 067fb576988f685e83ac8b0ae690334aff547c85 (diff) | |
New upstream version 1.56.1 upstream/1.56.1
Diffstat (limited to 'man/nmcli.xml')
| -rw-r--r-- | man/nmcli.xml | 16 |
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> |