man: mention that Tunnel.Local= and Tunnel.Remote= can take 'any'
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 21 Mar 2019 16:54:27 +0000 (01:54 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 21 Mar 2019 18:31:55 +0000 (03:31 +0900)
man/systemd.netdev.xml

index 43a4bf9..e4e936c 100644 (file)
       <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>