summaryrefslogtreecommitdiff
path: root/man/systemd.netdev.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-12-07 23:36:36 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-12-12 13:42:45 +0900
commit2be25d755764400eede4424b81d20945055df33e (patch)
treee1d0af97764c59e17aec9fab5df017204f39ce93 /man/systemd.netdev.xml
parent6d1b59cec4d96d037414e1bf35141e875688b57c (diff)
downloadsystemd-2be25d755764400eede4424b81d20945055df33e.tar.gz
network: tunnel: support to set an address assigned on underlying interface as local address
Closes #18732.
Diffstat (limited to 'man/systemd.netdev.xml')
-rw-r--r--man/systemd.netdev.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml
index 0aec58fc81..c26b60fb24 100644
--- a/man/systemd.netdev.xml
+++ b/man/systemd.netdev.xml
@@ -1148,8 +1148,13 @@
<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, or the special value <literal>any</literal>.</para>
+ <para>A static local address for tunneled packets. It must be an address on another interface
+ of this host, or one of the special values <literal>any</literal>,
+ <literal>ipv4_link_local</literal>, <literal>ipv6_link_local</literal>,
+ <literal>dhcp4</literal>, <literal>dhcp6</literal>, and <literal>slaac</literal>. If one
+ of the special values except for <literal>any</literal> is specified, an address which
+ matches the corresponding type on the underlying interface will be used. Defaults to
+ <literal>any</literal>.</para>
</listitem>
</varlistentry>
<varlistentry>