mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
man: update version information
As I noticed a lot of missing information when trying to implement checking
for missing info. I reimplemented the version information script to be more
robust, and here is the result.
Follow up to ec07c3c80b
This commit is contained in:
committed by
Luca Boccassi
parent
6b66407080
commit
aefdc1124f
@@ -243,6 +243,8 @@
|
||||
<listitem>
|
||||
<para>The interface name used when creating the netdev.
|
||||
This setting is compulsory.</para>
|
||||
|
||||
<xi:include href="version-info.xml" xpointer="v211"/>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
@@ -251,6 +253,8 @@
|
||||
<para>The netdev kind. This setting is compulsory. See the
|
||||
<literal>Supported netdev kinds</literal> section for the
|
||||
valid keys.</para>
|
||||
|
||||
<xi:include href="version-info.xml" xpointer="v211"/>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
@@ -452,6 +456,8 @@
|
||||
<listitem>
|
||||
<para>The VLAN ID to use. An integer in the range 0…4094.
|
||||
This setting is compulsory.</para>
|
||||
|
||||
<xi:include href="version-info.xml" xpointer="v211"/>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
@@ -515,6 +521,8 @@
|
||||
1…4294967294, in the format <literal>from</literal>-<literal>to</literal>, e.g.,
|
||||
<literal>21-7 45-5</literal>. Note that <literal>from</literal> must be greater than or equal
|
||||
to <literal>to</literal>. When unset, the kernel's default will be used.</para>
|
||||
|
||||
<xi:include href="version-info.xml" xpointer="v248"/>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -538,6 +546,8 @@
|
||||
<literal>passthru</literal>, and
|
||||
<literal>source</literal>.
|
||||
</para>
|
||||
|
||||
<xi:include href="version-info.xml" xpointer="v211"/>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
@@ -742,7 +752,7 @@
|
||||
<listitem>
|
||||
<para>Takes a boolean. When true, transmitting UDP checksums when doing VXLAN/IPv4 is turned on.</para>
|
||||
|
||||
<xi:include href="version-info.xml" xpointer="v232"/>
|
||||
<xi:include href="version-info.xml" xpointer="v220"/>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
@@ -758,7 +768,7 @@
|
||||
<listitem>
|
||||
<para>Takes a boolean. When true, receiving zero checksums in VXLAN/IPv6 is turned on.</para>
|
||||
|
||||
<xi:include href="version-info.xml" xpointer="v232"/>
|
||||
<xi:include href="version-info.xml" xpointer="v220"/>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
@@ -846,6 +856,8 @@
|
||||
<para>Takes a boolean. When true, the vxlan interface is created without any underlying network
|
||||
interface. Defaults to false, which means that a .network file that requests this VXLAN interface
|
||||
using <varname>VXLAN=</varname> is required for the VXLAN to be created.</para>
|
||||
|
||||
<xi:include href="version-info.xml" xpointer="v247"/>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -864,6 +876,8 @@
|
||||
<listitem>
|
||||
<para>Specifies the Virtual Network Identifier (VNI) to use, a number between 0 and 16777215. This
|
||||
field is mandatory.</para>
|
||||
|
||||
<xi:include href="version-info.xml" xpointer="v234"/>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
|
||||
Reference in New Issue
Block a user