diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-12-12 05:28:06 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-12-25 07:32:06 +0100 |
commit | b886649c95f6aac257e57268facc0fda6362581b (patch) | |
tree | c519e8755fe0511be496a259b838b4cc187fffc3 /man/systemd.netdev.xml | |
parent | Merge pull request #20833 from pdmorrow/onfailure_env (diff) | |
download | systemd-b886649c95f6aac257e57268facc0fda6362581b.tar.xz systemd-b886649c95f6aac257e57268facc0fda6362581b.zip |
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.xml | 6 |
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> |