diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-12-25 15:05:13 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-25 15:05:13 +0900 |
commit | 7726526cc6129ea922f8e1df39fa095631634db2 (patch) | |
tree | 312c1d2cf0dc4f46be8633c8faa5be88dd5f465b /man | |
parent | d3d6b38f4612856eb644d641243809f7ab7b0e37 (diff) | |
parent | da7d684825d778b2a34f6e312eecc3a532cb2ab6 (diff) | |
download | systemd-7726526cc6129ea922f8e1df39fa095631634db2.tar.gz |
Merge pull request #21648 from yuwata/network-tunnel-local-automatic-address-selection
network: tunnel: automatic local address selection
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.netdev.xml | 9 |
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> |