1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-26 14:04:03 +03:00

man: update Tunnel.Key= and friends

This commit is contained in:
Yu Watanabe 2019-03-30 03:49:11 +09:00
parent a8b9a65c50
commit c65c01c41a

View File

@ -957,22 +957,24 @@
It is used as mark-configured SAD/SPD entry as part of the lookup key (both in data It is used as mark-configured SAD/SPD entry as part of the lookup key (both in data
and control path) in ip xfrm (framework used to implement IPsec protocol). and control path) in ip xfrm (framework used to implement IPsec protocol).
See <ulink url="http://man7.org/linux/man-pages/man8/ip-xfrm.8.html"> See <ulink url="http://man7.org/linux/man-pages/man8/ip-xfrm.8.html">
ip-xfrm — transform configuration</ulink> for details. It is only used for VTI/VTI6 ip-xfrm — transform configuration</ulink> for details. It is only used for VTI/VTI6,
tunnels.</para> GRE, GRETAP, and ERSPAN tunnels.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><varname>InputKey=</varname></term> <term><varname>InputKey=</varname></term>
<listitem> <listitem>
<para>The <varname>InputKey=</varname> parameter specifies the key to use for input. <para>The <varname>InputKey=</varname> parameter specifies the key to use for input.
The format is same as <varname>Key=</varname>. It is only used for VTI/VTI6 tunnels.</para> The format is same as <varname>Key=</varname>. It is only used for VTI/VTI6, GRE, GRETAP,
and ERSPAN tunnels.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><varname>OutputKey=</varname></term> <term><varname>OutputKey=</varname></term>
<listitem> <listitem>
<para>The <varname>OutputKey=</varname> parameter specifies the key to use for output. <para>The <varname>OutputKey=</varname> parameter specifies the key to use for output.
The format is same as <varname>Key=</varname>. It is only used for VTI/VTI6 tunnels.</para> The format is same as <varname>Key=</varname>. It is only used for VTI/VTI6, GRE, GRETAP,
and ERSPAN tunnels.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
@ -1048,8 +1050,8 @@
<varlistentry> <varlistentry>
<term><varname>SerializeTunneledPackets=</varname></term> <term><varname>SerializeTunneledPackets=</varname></term>
<listitem> <listitem>
<para>Takes a boolean. If set to yes, then packets are serialized. Only applies for ERSPAN tunnel. <para>Takes a boolean. If set to yes, then packets are serialized. Only applies for GRE,
When unset, the kernel's default will be used. GRETAP, and ERSPAN tunnels. When unset, the kernel's default will be used.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>