X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.network.xml;h=707ced13d2691f52211242f4a06275b04273e7f0;hp=f80212944df3e1d86640eb64c500659288c0b95e;hb=0a8a0fad010018be0f46d1c2e077ade0eb27c7db;hpb=b35a29096045f2b820d343bfa24a35eb033930a2;ds=sidebyside diff --git a/man/systemd.network.xml b/man/systemd.network.xml index f80212944..707ced13d 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. + + @@ -451,6 +474,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 +