X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd-networkd.service.xml;h=2209737f48c1da07c5ac30e7b76dac40f5a593d8;hb=35bbea48dcb74ed2ecc1cab1ca7306acf6d6bb65;hp=de45d10a78860125aaf123650aa796a5e4e6b68b;hpb=b3070dc0258831c7e2b13624f75fa3dbd80d9833;p=elogind.git diff --git a/man/systemd-networkd.service.xml b/man/systemd-networkd.service.xml index de45d10a7..2209737f4 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 default) the interface maximum transmission unit + from the DHCP server will be used on the current link. + + + + UseHostname + + When true (the default) the hostname received from the DHCP server + will be used as the transient hostname. + + +