X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.network.xml;h=efe6ce755ff775ff198e07bbbaf2fd2805ebd1cc;hp=7609128f3f97a0f1f6ccfa516522a6b46b36aa63;hb=b8bde11658366290521e3d03316378b482600323;hpb=06f021a8048583d66202e3ac5cd0a12386d33ac2 diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 7609128f3..efe6ce755 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -192,8 +192,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. @@ -204,8 +205,10 @@ separated by a / character. Specify this key more than once to configure several addresses. The format of the address must be as described in - inet_pton3 - . This is a short-hand for an [Address] section only containing an Address key (see below). + inet_pton3. + This is a short-hand for an [Address] section only containing + an Address key (see below). This option may be specified + more than once. @@ -213,8 +216,9 @@ Gateway= The gateway address, which must be in the format described in - inet_pton3 - . This is a short-hand for a [Route] section only containing a Gateway key. + inet_pton3. + This is a short-hand for a [Route] section only containing a Gateway + key. This option may be specified more than once. @@ -222,7 +226,7 @@ A DNS server address, which must be in the format described in inet_pton3. - This option may be specified repeatedly. + This option may be specified more than once. @@ -268,8 +272,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. @@ -295,7 +299,7 @@ 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. @@ -359,13 +363,35 @@ Name=en* DHCP=yes + + /etc/systemd/network/bridge-static.network + + [Match] +Name=bridge0 + +[Network] +Address=192.168.0.15/24 +Gateway=192.168.0.1 +DNS=192.168.0.1 + + + + /etc/systemd/network/bridge-slave-interface.network + + [Match] +Name=enp2s0 + +[Network] +Bridge=bridge0 + See Also systemd1, - systemd-networkd8 + systemd-networkd8, + systemd.netdev5