]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: mention that Tunnel.Local= and Tunnel.Remote= can take 'any' 12066/head
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 43a4bf9a715744e0e7ab881a8567b3cb81756c2e..e4e936cdfdbb529963bc3a162f46699a17a01efe 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>