diff options
Diffstat (limited to 'man/systemd-networkd.service.xml')
-rw-r--r-- | man/systemd-networkd.service.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/systemd-networkd.service.xml b/man/systemd-networkd.service.xml index 3403a7a1a7..3e6fddc716 100644 --- a/man/systemd-networkd.service.xml +++ b/man/systemd-networkd.service.xml @@ -293,6 +293,14 @@ will be used as the transient hostname.</para> </listitem> </varlistentry> + <varlistentry> + <term><varname>CriticalConnection</varname></term> + <listitem> + <para>When true the connection will never be torn down even if the DHCP lease + expires. This is contrary to the DHCP specification, but may be the best choice + if, say, the root filesystem relies on this connection. Defaults to false.</para> + </listitem> + </varlistentry> </variablelist> </refsect2> |