diff options
author | Tom Gundersen <teg@jklm.no> | 2014-01-13 23:48:28 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-01-16 20:32:08 +0100 |
commit | 1346b1f0388f4100bb3c2a2bb23bc881769c020c (patch) | |
tree | 2e6aa6dc4d2a834156bb082408e9220018c039f6 /man | |
parent | 6fc73498945da749744041d4e10cf8dfac5c3bc6 (diff) |
sd-dhcp-client/networkd: add transient hostname support
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-networkd.service.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/systemd-networkd.service.xml b/man/systemd-networkd.service.xml index 02a211e37a..2209737f48 100644 --- a/man/systemd-networkd.service.xml +++ b/man/systemd-networkd.service.xml @@ -260,6 +260,13 @@ from the DHCP server will be used on the current link.</para> </listitem> </varlistentry> + <varlistentry> + <term><varname>UseHostname</varname></term> + <listitem> + <para>When true (the default) the hostname received from the DHCP server + will be used as the transient hostname.</para> + </listitem> + </varlistentry> </variablelist> </refsect2> |