X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd-networkd.service.xml;h=9f628d3b4ac21ceef497dd4b2f52d7f80f21410e;hb=41add995cf7d61e299cb859a7f63117e2b4de312;hp=de45d10a78860125aaf123650aa796a5e4e6b68b;hpb=b3070dc0258831c7e2b13624f75fa3dbd80d9833;p=elogind.git diff --git a/man/systemd-networkd.service.xml b/man/systemd-networkd.service.xml index de45d10a7..9f628d3b4 100644 --- a/man/systemd-networkd.service.xml +++ b/man/systemd-networkd.service.xml @@ -192,6 +192,14 @@ . This is a short-hand for a [Route] section only containing a Gateway key. + + DNS + + A DNS server address, which must be in the format described in + inet_pton3 + . + + Bridge @@ -233,7 +241,34 @@ prefixlength, if ommitted a full-length host route is assumed. + + + The [DHCPv4] section accepts the following keys: + + + + UseDNS + + When true (the default) the DNS servers received from the DHCP server will + be used, and take precedence over any statically configured ones. + + + + UseMTU + + When true the interface maximum transmission unit from the DHCP server will + be used on the current link. Defaults to false. + + + + UseHostname + + When true (the default) the hostname received from the DHCP server + will be used as the transient hostname. + + +