diff options
author | Daniel Mack <github@zonque.org> | 2015-07-23 11:00:15 +0200 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2015-07-23 11:00:15 +0200 |
commit | 56511eca83b3e078ffce6514c12c7cb075d3eeb1 (patch) | |
tree | 012b0e93ba7b7049ac6236b1ab12404e747a7f42 /man | |
parent | 8cd4eb791aa80e8f9c9d1c4625b411dbe4119b27 (diff) | |
parent | 9b0ca30a91b661f56ed7cee5bab02cc5aef6d38b (diff) |
Merge pull request #674 from ssahani/tunnel
ip6 tunnel: add support for DSCP
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.netdev.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index d15c21be60..b100f96b85 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -504,6 +504,17 @@ </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>. + </para> + </listitem> + </varlistentry> + <varlistentry> <term><varname>Mode=</varname></term> <listitem> <para>An <literal>ip6tnl</literal> tunnels can have three |