X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd-networkd.service.xml;h=2c1bbf7de5672b23b439487e15e67daf8b888dab;hb=ac3efa8ac62b60261d6c101bc98831316523b07a;hp=908354c5875463c4fe39712ff1c30e4ffc99b6b1;hpb=e0e009c067aa7237f9683c46e5845bbb11ec67c2;p=elogind.git diff --git a/man/systemd-networkd.service.xml b/man/systemd-networkd.service.xml index 908354c58..2c1bbf7de 100644 --- a/man/systemd-networkd.service.xml +++ b/man/systemd-networkd.service.xml @@ -168,6 +168,12 @@ presentation purposes. + + DHCP + + A boolean. When true enables basic DHCPv4 support. + + Address @@ -186,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 @@ -200,7 +214,7 @@ Address - As in the [Network] section. + As in the [Network] section. This key is mandatory. @@ -217,7 +231,7 @@ Gateway - As in the [Network] section. + As in the [Network] section. This key is mandatory. @@ -227,7 +241,20 @@ 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. + + +