summaryrefslogtreecommitdiff
path: root/man/systemd.network.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-04-14 14:13:26 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-04-14 14:15:15 +0900
commit86d58c86251384a1a1bdd23c00fc589419b3c949 (patch)
treed55334e412a871be447331b82602651590760469 /man/systemd.network.xml
parentf90635f14fb6ff67905ffa16cc4683dbdeda8212 (diff)
downloadsystemd-86d58c86251384a1a1bdd23c00fc589419b3c949.tar.gz
man: update explanation for Anonymize=
Diffstat (limited to 'man/systemd.network.xml')
-rw-r--r--man/systemd.network.xml36
1 files changed, 17 insertions, 19 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index a49e6011e3..91e707d5dc 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -1639,26 +1639,24 @@ IPv6Token=prefixstable:2002:da8:1::</programlisting></para>
<varlistentry>
<term><varname>Anonymize=</varname></term>
<listitem>
- <para>Takes a boolean. When true, the options sent to the DHCP server will
- follow the <ulink url="https://tools.ietf.org/html/rfc7844">RFC 7844</ulink>
- (Anonymity Profiles for DHCP Clients) to minimize disclosure of identifying information.
- Defaults to false.</para>
+ <para>Takes a boolean. When true, the options sent to the DHCP server will follow the
+ <ulink url="https://tools.ietf.org/html/rfc7844">RFC 7844</ulink> (Anonymity Profiles for
+ DHCP Clients) to minimize disclosure of identifying information. Defaults to false.</para>
+
+ <para>This option should only be set to true when <varname>MACAddressPolicy=</varname> is
+ set to <literal>random</literal> (see
+ <citerefentry project='man-pages'><refentrytitle>systemd.link</refentrytitle><manvolnum>5</manvolnum></citerefentry>).
+ </para>
+
+ <para>When true, <varname>SendHostname=</varname>, <varname>ClientIdentifier=</varname>,
+ <varname>VendorClassIdentifier=</varname>, <varname>UserClass=</varname>,
+ <varname>RequestOptions=</varname>, <varname>SendOption=</varname>,
+ <varname>SendVendorOption=</varname>, and <varname>MUDURL=</varname> are ignored.</para>
- <para>This option should only be set to true when
- <varname>MACAddressPolicy=</varname> is set to <literal>random</literal>
- (see <citerefentry
- project='man-pages'><refentrytitle>systemd.link</refentrytitle><manvolnum>5</manvolnum></citerefentry>).</para>
-
- <para>Note that this configuration will overwrite others.
- In concrete, the following variables will be ignored:
- <varname>SendHostname=</varname>, <varname>ClientIdentifier=</varname>,
- <varname>UseRoutes=</varname>, <varname>UseMTU=</varname>,
- <varname>VendorClassIdentifier=</varname>, <varname>UseTimezone=</varname>.</para>
-
- <para>With this option enabled DHCP requests will mimic those generated by Microsoft Windows, in
- order to reduce the ability to fingerprint and recognize installations. This means DHCP request
- sizes will grow and lease data will be more comprehensive than normally, though most of the
- requested data is not actually used.</para>
+ <para>With this option enabled DHCP requests will mimic those generated by Microsoft
+ Windows, in order to reduce the ability to fingerprint and recognize installations. This
+ means DHCP request sizes will grow and lease data will be more comprehensive than normally,
+ though most of the requested data is not actually used.</para>
</listitem>
</varlistentry>
<varlistentry>