From: Zbigniew Jędrzejewski-Szmek Date: Mon, 6 Aug 2018 05:58:50 +0000 (+0200) Subject: Merge pull request #9775 from yuwata/follow-up-9766 X-Git-Tag: v240~863 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cad8d67194314354befbdf84bb04f91cbc26b75f;p=thirdparty%2Fsystemd.git Merge pull request #9775 from yuwata/follow-up-9766 --- cad8d67194314354befbdf84bb04f91cbc26b75f diff --cc man/systemd.network.xml index 8a80b0cf4fe,c3dd8d07a91..cbf53f323ab --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@@ -1194,8 -1194,10 +1194,10 @@@ SendHostname= - When true (the default), the machine's hostname will - be sent to the DHCP server. + When true (the default), the machine's hostname will be sent to the DHCP server. + Note that the machine's hostname must consist only of 7-bit ASCII lower-case characters and + no spaces or dots, and be formatted as a valid DNS domain name. Otherwise, the hostname is not - send even if this is set to true. ++ sent even if this is set to true.