diff options
author | David Michael <david.michael@coreos.com> | 2016-09-27 15:18:14 -0700 |
---|---|---|
committer | David Michael <david.michael@coreos.com> | 2016-12-01 14:41:51 -0800 |
commit | a09dc5467a3d289a53ef3ea87d3b155d8d0551c9 (patch) | |
tree | 85a69dde6004c10cc899c9010dc4e649509c1cfc /man | |
parent | ec89276c2ab345b84c2dab4c35826de41aa6fd0f (diff) |
networkd: support marking links unmanaged
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.network.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 99283813fd..53c49f817f 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -232,6 +232,18 @@ the network otherwise.</para> </listitem> </varlistentry> + <varlistentry> + <term><varname>Unmanaged=</varname></term> + <listitem> + <para>A boolean. When <literal>yes</literal>, no attempts are + made to bring up or configure matching links, equivalent to + when there are no matching network files. Defaults to + <literal>no</literal>.</para> + <para>This is useful for preventing later matching network + files from interfering with certain interfaces that are fully + controlled by other applications.</para> + </listitem> + </varlistentry> </variablelist> </refsect1> |