summaryrefslogtreecommitdiff
path: root/man/systemd.netdev.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-03-22 01:54:27 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-03-22 03:31:55 +0900
commit8643885f584b4d73919aa230b7f0bc87632485d5 (patch)
tree8f124cc843b342d815f92800f919f410f5139715 /man/systemd.netdev.xml
parentd653a359194450b440ac72e4f8d21d82930b5b17 (diff)
downloadsystemd-8643885f584b4d73919aa230b7f0bc87632485d5.tar.gz
man: mention that Tunnel.Local= and Tunnel.Remote= can take 'any'
Diffstat (limited to 'man/systemd.netdev.xml')
-rw-r--r--man/systemd.netdev.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml
index 43a4bf9a71..e4e936cdfd 100644
--- a/man/systemd.netdev.xml
+++ b/man/systemd.netdev.xml
@@ -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>