summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-01-13 06:34:32 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-01-14 00:17:05 +0900
commitfec1b650adca8a92ca3d3aa9c8ef32c72bb43310 (patch)
treeb2736fd6265c85ee730653fe55e82a7b2e5fe4d6 /man
parent8b76ee89d7b6f8afbe5efb8b44b5fb06695fe5bb (diff)
downloadsystemd-fec1b650adca8a92ca3d3aa9c8ef32c72bb43310.tar.gz
network: introduce ManageTemporaryAddress= setting in [DHCPv6PrefixDelegation] section
The setting is enabled by default, as NDisc also enabled the flag by default. Closes #18208.
Diffstat (limited to 'man')
-rw-r--r--man/systemd.network.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index 5ad9a846f0..fa80bdc51b 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -1081,11 +1081,11 @@ IPv6Token=prefixstable:2002:da8:1::</programlisting></para>
<listitem>
<para>Takes a boolean. If true the kernel manage temporary addresses created
from this one as template on behalf of Privacy Extensions
- <ulink url="https://tools.ietf.org/html/rfc3041">RFC 3041</ulink>. For this to become
+ <ulink url="https://tools.ietf.org/html/rfc3041">RFC 3041</ulink>. For this to become
active, the use_tempaddr sysctl setting has to be set to a value greater than zero.
The given address needs to have a prefix length of 64. This flag allows using privacy
extensions in a manually configured network, just like if stateless auto-configuration
- was active. Defaults to false. </para>
+ was active. Defaults to false.</para>
</listitem>
</varlistentry>
<varlistentry>
@@ -2056,6 +2056,13 @@ IPv6Token=prefixstable:2002:da8:1::</programlisting></para>
addresses. Defaults to unset.</para>
</listitem>
</varlistentry>
+
+ <varlistentry>
+ <term><varname>ManageTemporaryAddress=</varname></term>
+ <listitem>
+ <para>As in the [Address] section, but defaults to true.</para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect1>