summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-12-09 20:25:12 +0900
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-12-09 15:06:20 +0100
commitb55093ce8884ee4fc72f28c6fd5e39897e921e21 (patch)
tree959e7bf66cb6459b7a6a0faf289352481a358fce /man
parent93485626a10467630a018e6542b37e278ddb009e (diff)
downloadsystemd-b55093ce8884ee4fc72f28c6fd5e39897e921e21.tar.gz
network: dhcp: make IPServiceType= accept "none" to disable tos in the outgoing packet
Fixes #9874.
Diffstat (limited to 'man')
-rw-r--r--man/systemd.network.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index 6f152c9e14..f263c2c0b2 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -1550,8 +1550,11 @@ Table=1234</programlisting></para>
<varlistentry>
<term><varname>IPServiceType=</varname></term>
<listitem>
- <para>Takes string; <literal>CS6</literal> or <literal>CS4</literal>. Used to set IP
- service type to CS6 (network control) or CS4 (Realtime). Defaults to CS6.</para>
+ <para>Takes one of the special values <literal>none</literal>, <literal>CS6</literal>, or
+ <literal>CS4</literal>. When <literal>none</literal> no IP sevice type is set to the packet
+ sent from the DHCPv4 client. When <literal>CS6</literal> (network control) or
+ <literal>CS4</literal> (realtime), the corresponding service type will be set. Defaults to
+ <literal>CS6</literal>.</para>
</listitem>
</varlistentry>
<varlistentry>