X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.network.xml;h=21f6d50cc76911cf27844a5ba865dd9bc68b3e26;hp=f3b3b315b6589cf2a8aae89fc8e915b4088565ad;hb=8d0e0ddda6501479eb69164687c83c1a7667b33a;hpb=f47c5c47d1a7bcfa1842ff7cc52b1f7fc1d86bcf diff --git a/man/systemd.network.xml b/man/systemd.network.xml index f3b3b315b..21f6d50cc 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -78,6 +78,11 @@ /usr/lib, pointing to /dev/null, disables the configuration file entirely. + + + + [Match] Section Options + The network file contains a [Match] section, which determines if a given network file may be applied to a given device; and a [Network] section specifying how the device should @@ -172,6 +177,11 @@ + + + + [Network] Section Options + The [Network] section accepts the following keys: @@ -192,8 +202,9 @@ IPv4LL= A boolean. When true, enables IPv4 link-local support. - If DHCP= is also true, IPv4 link-local - address will be removed upon acquiring a DHCP lease. + 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. @@ -209,6 +220,43 @@ an Address key (see below). This option may be specified more than once. + + If the specified + address is 0.0.0.0 + (for IPv4) or [::] + (for IPv6), a new + address range of the + requested size is + automatically + allocated from a + system-wide pool of + unused ranges. The + allocated range is + checked against all + current network + interfaces and all + known network + configuration files to + avoid IP range + conflicts. The default + system-wide pool + consists of + 192.168.0.0/16, + 172.16.0.0/12 and + 10.0.0.0/8 for IPv4, + and [fc00::] for + IPv6. This + functionality is + useful to manage a + large number of + dynamically created + network interfaces + with the same network + configuration and + automatic address + range + assignment. + @@ -256,6 +304,11 @@ + + + + [Address] Section Options + An [Address] section accepts the following keys. Specify several [Address] sections to configure several addresses. @@ -271,8 +324,8 @@ Broadcast= The broadcast address, which must be in the format described in - inet_pton3 - . This key only applies to IPv4 addresses. If it is not given, it is + inet_pton3. + This key only applies to IPv4 addresses. If it is not given, it is derived from the Address key. @@ -283,7 +336,10 @@ + + + [Route] Section Options The [Route] section accepts the following keys. Specify several [Route] sections to configure several routes. @@ -298,11 +354,14 @@ 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 ommitted, a full-length host route is assumed. + + + [DHCPv4] Section Options The [DHCPv4] section accepts the following keys: