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=8a39fc4fa4e12339e1ec0057fe6317c50c7bd688;hb=b8bde11658366290521e3d03316378b482600323;hpb=cb44f25c12f6203ad1f173d5b32d4059f446508e diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 8a39fc4fa..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. @@ -271,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. @@ -298,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. @@ -362,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