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=f38e813e44e7cfc3db2a1c2e774a453769de2201;hpb=4cd1214db6cf4b262e8ce6381bc710091b375c96;p=elogind.git diff --git a/man/systemd-networkd.service.xml b/man/systemd-networkd.service.xml index f38e813e4..2209737f4 100644 --- a/man/systemd-networkd.service.xml +++ b/man/systemd-networkd.service.xml @@ -146,8 +146,7 @@ Type The device type, as exposed by the udev property - DEVTYPE, or ethernet - to match devices without a DEVTYPE. + DEVTYPE. @@ -169,6 +168,12 @@ presentation purposes. + + DHCP + + A boolean. When true enables basic DHCPv4 support. + + Address @@ -187,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 @@ -201,7 +214,7 @@ Address - As in the [Network] section. + As in the [Network] section. This key is mandatory. @@ -218,7 +231,7 @@ Gateway - As in the [Network] section. + As in the [Network] section. This key is mandatory. @@ -228,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. + + +