X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.network.xml;h=f3b3b315b6589cf2a8aae89fc8e915b4088565ad;hb=2ad7561f9f658f8dee168a76654c7d918e2260c7;hp=4118fc9b65d4e111f6b2aa17b5a19869348d10d8;hpb=848e3e24b00a61130f20226ef5f051433d478c69;p=elogind.git diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 4118fc9b6..f3b3b315b 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -204,8 +204,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,16 +215,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. @@ -359,13 +362,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