summaryrefslogtreecommitdiff
path: root/man/systemd.netdev.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-12-12 13:28:06 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-12-25 15:32:06 +0900
commitb886649c95f6aac257e57268facc0fda6362581b (patch)
treec519e8755fe0511be496a259b838b4cc187fffc3 /man/systemd.netdev.xml
parent8585b7ca65e5c5d101a935b41cd081963f790946 (diff)
downloadsystemd-b886649c95f6aac257e57268facc0fda6362581b.tar.gz
network: vxlan: support to select an address assigned on underlying interface as local address
Diffstat (limited to 'man/systemd.netdev.xml')
-rw-r--r--man/systemd.netdev.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml
index c26b60fb24..7d5c0ac729 100644
--- a/man/systemd.netdev.xml
+++ b/man/systemd.netdev.xml
@@ -573,7 +573,11 @@
<varlistentry>
<term><varname>Local=</varname></term>
<listitem>
- <para>Configures local IP address.</para>
+ <para>Configures local IP address. It must be an address on the underlying interface of the
+ VXLAN interface, or one of the special values <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 is specified, an address which matches
+ the corresponding type on the underlying interface will be used. Defaults to unset.</para>
</listitem>
</varlistentry>
<varlistentry>