X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.network.xml;h=f49de17ee175c64f530ecfc3140d7de27ae11485;hb=9ea28c55a2488e6cd4a44ac5786f12b71ad5bc9f;hp=fcf48c6d46cf2f662a2ca15fe054811953d903c3;hpb=fe6b2d55bcb379d01664ed28cea40634cb6b52e3;p=elogind.git diff --git a/man/systemd.network.xml b/man/systemd.network.xml index fcf48c6d4..f49de17ee 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -188,6 +188,16 @@ A boolean. When true, enables basic DHCPv4 support. + + 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 there hasn't been one acquired before. + + + Address= @@ -195,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. @@ -204,16 +216,17 @@ 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. DNS= A DNS server address, which must be in the format described in - inet_pton3 - . + inet_pton3. + This option may be specified more than once. @@ -350,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