man: bring systemd.network(5) up-to-date

Based on diff by 'poma'.
This commit is contained in:
Tom Gundersen 2014-07-01 21:49:28 +02:00
parent b35a290960
commit 0a8a0fad01
1 changed files with 62 additions and 0 deletions

View File

@ -200,6 +200,14 @@
<literal>v4</literal> or <literal>v6</literal>.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><varname>DHCPServer=</varname></term>
<listitem>
<para>A boolean. Enables a basic DHCPv4 server on the
device. Mostly useful for handing out leases to container
instances.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><varname>IPv4LL=</varname></term>
<listitem>
@ -278,6 +286,7 @@
This option may be specified more than once.</para>
</listitem>
</varlistentry>
<!-- TODO: document NTP= option when it is actually used somewhere -->
<varlistentry>
<term><varname>Bridge=</varname></term>
<listitem>
@ -304,6 +313,20 @@
may be specified more than once.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><varname>VXLAN=</varname></term>
<listitem>
<para>The name of a VXLAN to create on the link. This option
may be specified more than once.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><varname>Tunnel=</varname></term>
<listitem>
<para>The name of a Tunnel to create on the link. This option
may be specified more than once.</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
@ -451,6 +474,45 @@ Name=enp2s0
[Network]
Bridge=bridge0</programlisting>
</example>
<example>
<title>/etc/systemd/network/ipip.network</title>
<programlisting>[Match]
Name=em1
[Network]
Tunnel=ipip-tun</programlisting>
</example>
<example>
<title>/etc/systemd/network/sit.network</title>
<programlisting>[Match]
Name=em1
[Network]
Tunnel=sit-tun</programlisting>
</example>
<example>
<title>/etc/systemd/network/gre.network</title>
<programlisting>[Match]
Name=em1
[Network]
Tunnel=gre-tun</programlisting>
</example>
<example>
<title>/etc/systemd/network/vti.network</title>
<programlisting>[Match]
Name=em1
[Network]
Tunnel=vti-tun</programlisting>
</example>
</refsect1>
<refsect1>