X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.network.xml;h=7c5f69895a7e1c5e544f0aa32dd059338a4734a1;hb=6b9732b2bf0499c5e4ea8a9d4f6051d98033f680;hp=f80212944df3e1d86640eb64c500659288c0b95e;hpb=e1ea665edac17d75fce01b72dadfa3211b60df2c;p=elogind.git diff --git a/man/systemd.network.xml b/man/systemd.network.xml index f80212944..7c5f69895 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -200,6 +200,14 @@ v4 or v6. + + DHCPServer= + + A boolean. Enables a basic DHCPv4 server on the + device. Mostly useful for handing out leases to container + instances. + + IPv4LL= @@ -278,6 +286,7 @@ This option may be specified more than once. + Bridge= @@ -304,6 +313,20 @@ may be specified more than once. + + VXLAN= + + The name of a VXLAN to create on the link. This option + may be specified more than once. + + + + Tunnel= + + The name of a Tunnel to create on the link. This option + may be specified more than once. + + @@ -322,6 +345,13 @@ As in the [Network] section. This key is mandatory. + + Peer= + + The peer address in a point-to-point connection. Accepts the same format as + the Address key. + + Broadcast= @@ -359,6 +389,12 @@ prefixlength. If ommitted, a full-length host route is assumed. + + Metric= + + The metric of the route. An unsigned integer + + @@ -381,6 +417,13 @@ be used on the current link. Defaults to false. + + SendHostname= + + When true (the default), the machine's hostname will be sent to the DHCP + server + + UseHostname= @@ -403,6 +446,21 @@ if, say, the root filesystem relies on this connection. Defaults to false. + + VendorClassIdentifier= + + The vendor class identifier used to identify vendor type and configuration. + + + + RequestBroadcast= + + Request the server to use broadcast messages before the IP address has been + configured. This is necessary for devices that cannot receive RAW packets, or that + cannot receive packets at all before an IP address has been configured. On the other + hand, this must not be enabled on networks where broadcasts are filtered out. + + @@ -451,6 +509,45 @@ Name=enp2s0 [Network] Bridge=bridge0 + + /etc/systemd/network/ipip.network + + [Match] +Name=em1 + +[Network] +Tunnel=ipip-tun + + + + /etc/systemd/network/sit.network + + [Match] +Name=em1 + +[Network] +Tunnel=sit-tun + + + + /etc/systemd/network/gre.network + + [Match] +Name=em1 + +[Network] +Tunnel=gre-tun + + + + /etc/systemd/network/vti.network + + [Match] +Name=em1 + +[Network] +Tunnel=vti-tun +