X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.network.xml;h=1edaa0b2df8e1b90471bc7ff5db15da4e37d3d47;hb=409886c424cfaeeb5cf8928905560e5cac2d492d;hp=dc34154b26168f2cedc60938cf43fdfcf3b1eff6;hpb=bfa695b5cc37aeb78737c57c84e9e69ea08152c0;p=elogind.git diff --git a/man/systemd.network.xml b/man/systemd.network.xml index dc34154b2..1edaa0b2d 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -179,6 +179,30 @@ + + [Link] Section Options + + The [Link] section accepts the following keys: + + + + MACAddress= + + The hardware address. + + + + MTUBytes= + + The maximum transmission unit in bytes to + set for the device. The usual suffixes K, M, G, + are supported and are understood to the base of + 1024. + + + + + [Network] Section Options @@ -212,9 +236,6 @@ IPv4LL= A boolean. When true, enables IPv4 link-local support. - If DHCP= is also true, acquiring DHCP address - will deprecate previously acquired IPv4 link-local address or - stop acquiring process if one has not been acquired before. @@ -223,10 +244,19 @@ A boolean. When true, sets up the route needed for non-IPv4LL hosts to communicate with IPv4LL-only hosts. Defaults - to true. + to false. + + LLMNR= + + A boolean or resolve. When true, enables + Link-Local Multicast Name Resolution on the link, when set to + resolve only resolution is enabled, but not + announcement. Defaults to true. + + Address= @@ -295,7 +325,18 @@ This option may be specified more than once. - + + Domains= + + The domains used for DNS resolution over this link. + + + + NTP= + + An NTP server address. This option may be specified more than once. + + Bridge= @@ -388,14 +429,21 @@ Gateway= - As in the [Network] section. This key is mandatory. + As in the [Network] section. Destination= The destination prefix of the route. Possibly followed by a slash and the - prefixlength. If ommitted, a full-length host route is assumed. + prefixlength. If omitted, a full-length host route is assumed. + + + + Source= + + The source prefix of the route. Possibly followed by a slash and the + prefixlength. If omitted, a full-length host route is assumed. @@ -440,6 +488,13 @@ will be used as the transient hostname. + + UseDomains= + + When true (not the default), the domain name received from the DHCP server + will be used for DNS resolution over this link. + + UseRoutes= @@ -470,10 +525,29 @@ hand, this must not be enabled on networks where broadcasts are filtered out. + + RouteMetric= + + Set the routing metric for routes specified by the DHCP server. + + + + [BridgePort] Section Options + The [BridgePort] section accepts the following keys. + + + Cost= + + Each port in a bridge may have different speed. Cost is used to decide which link to use. Faster interfaces should have lower costs + + + + + Example @@ -494,7 +568,7 @@ Gateway=192.168.0.1 Name=en* [Network] -DHCP=yes +DHCP=both