man: mention that Tunnel.Local= and Tunnel.Remote= can take 'any'

This commit is contained in:
Yu Watanabe 2019-03-22 01:54:27 +09:00
parent d653a35919
commit 8643885f58

View file

@ -870,14 +870,15 @@
<varlistentry>
<term><varname>Local=</varname></term>
<listitem>
<para>A static local address for tunneled packets. It must
be an address on another interface of this host.</para>
<para>A static local address for tunneled packets. It must be an address on another interface of
this host, or the special value <literal>any</literal>.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><varname>Remote=</varname></term>
<listitem>
<para>The remote endpoint of the tunnel.</para>
<para>The remote endpoint of the tunnel. Takes an IP address or the special value
<literal>any</literal>.</para>
</listitem>
</varlistentry>
<varlistentry>