X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd-networkd.service.xml;h=02a211e37a748a46b82b9332a555d59b2a754e34;hb=6fc73498945da749744041d4e10cf8dfac5c3bc6;hp=f34471c395e56861f2d8fd0a8b520d7d405da4fd;hpb=efb8612f9e019e5c680250b7dd12943a201368ba;p=elogind.git diff --git a/man/systemd-networkd.service.xml b/man/systemd-networkd.service.xml index f34471c39..02a211e37 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. @@ -193,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 @@ -207,7 +214,7 @@ Address - As in the [Network] section. + As in the [Network] section. This key is mandatory. @@ -224,7 +231,7 @@ Gateway - As in the [Network] section. + As in the [Network] section. This key is mandatory. @@ -234,7 +241,27 @@ 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. + + +