summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-07-24 21:57:32 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-07-24 23:43:51 -0400
commit3cf4bcab07c3d6a58251a68b5d969d0a38518209 (patch)
treecab16694e71b4091b6e9c46fc51ee8c4f9c5a603 /man
parent6e74cadeef4aedfe2fdea7e4de9e67f29b720671 (diff)
man: try to better describe DiffServiceCodePoint= setting
http://marc.info/?l=linux-netdev&m=109507453227993&w=2
Diffstat (limited to 'man')
-rw-r--r--man/systemd.netdev.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml
index b100f96b85..00d1de30c7 100644
--- a/man/systemd.netdev.xml
+++ b/man/systemd.netdev.xml
@@ -506,11 +506,12 @@
<varlistentry>
<term><varname>DiffServiceCodePoint=</varname></term>
<listitem>
- <para>A boolean. When true, inherits the Differentiated
- Service Code Point (DSCP) field between inner and outer
- header for ip6_tunnel. DSCP is a field in an IP packet
- that enables different levels of service to be assigned
- to network traffic. Defaults to <literal>no</literal>.
+ <para>A boolean. When true, the Differentiated Service Code
+ Point (DSCP) field will be copied to the inner header from
+ outer header during the decapsulation on an IPv6 tunnel
+ packet. DSCP is a field in an IP packet that enables different
+ levels of service to be assigned to network traffic.
+ Defaults to <literal>no</literal>.
</para>
</listitem>
</varlistentry>