diff options
author | Daniel Mack <github@zonque.org> | 2015-07-25 10:48:43 +0200 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2015-07-25 10:48:43 +0200 |
commit | 3460810e8c61986a4605ad80c9e4805eb95cb5a1 (patch) | |
tree | d819524ea1ee5d6bb92e0156eca418319476e0dd /man/systemd.netdev.xml | |
parent | c11ae0bacee4ab835526a7408f619a754b3b848e (diff) | |
parent | 23da66bb402cc6d9bca2eb34e090ccc24dfbf3f5 (diff) |
Merge pull request #722 from keszybz/networkd-clarifications
Networkd clarifications
Diffstat (limited to 'man/systemd.netdev.xml')
-rw-r--r-- | man/systemd.netdev.xml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index b100f96b85..7e92d1d99c 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -504,13 +504,14 @@ </listitem> </varlistentry> <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>. + <term><varname>CopyDSCP=</varname></term> + <listitem> + <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 of 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> |