]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/tc.xml
Merge pull request #32755 from yuwata/test-network-cleanups
[thirdparty/systemd.git] / man / tc.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE refsect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
3
4 <!--
5 SPDX-License-Identifier: LGPL-2.1-or-later
6 -->
7
8 <refsect1>
9 <title/>
10
11 <variablelist class='network-directives'>
12 <varlistentry id='qdisc-parent'>
13 <term><varname>Parent=</varname></term>
14 <listitem>
15 <para>Configures the parent Queueing Discipline (qdisc). Takes one of <literal>root</literal>,
16 <literal>clsact</literal>, <literal>ingress</literal> or a class identifier. The class identifier is
17 specified as the major and minor numbers in hexadecimal in the range 0x10xffff separated with a
18 colon (<literal>major:minor</literal>). Defaults to <literal>root</literal>.</para>
19 </listitem>
20 </varlistentry>
21
22 <varlistentry id='qdisc-handle'>
23 <term><varname>Handle=</varname></term>
24 <listitem>
25 <para>Configures the major number of unique identifier of the qdisc, known as the handle.
26 Takes a hexadecimal number in the range 0x10xffff. Defaults to unset.</para>
27 </listitem>
28 </varlistentry>
29
30 <varlistentry id='tclass-parent'>
31 <term><varname>Parent=</varname></term>
32 <listitem>
33 <para>Configures the parent Queueing Discipline (qdisc). Takes one of <literal>root</literal>, or a
34 qdisc identifier. The qdisc identifier is specified as the major and minor numbers in hexadecimal in
35 the range 0x10xffff separated with a colon (<literal>major:minor</literal>). Defaults to
36 <literal>root</literal>.
37 </para>
38 </listitem>
39 </varlistentry>
40
41 <varlistentry id='tclass-classid'>
42 <term><varname>ClassId=</varname></term>
43 <listitem>
44 <para>Configures the unique identifier of the class. It is specified as the major and minor numbers in
45 hexadecimal in the range 0x10xffff separated with a colon (<literal>major:minor</literal>).
46 Defaults to unset.</para>
47 </listitem>
48 </varlistentry>
49 </variablelist>
50 </refsect1>