2020-03-12 12:33:15 +03:00
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<!--
2020-11-09 07:23:58 +03:00
SPDX-License-Identifier: LGPL-2.1-or-later
2020-03-12 12:33:15 +03:00
-->
<refsect1 >
<variablelist class= 'network-directives' >
<varlistentry id= 'qdisc-parent' >
<term > <varname > Parent=</varname> </term>
<listitem >
2020-07-06 11:49:59 +03:00
<para > Configures the parent Queueing Discipline (qdisc). Takes one of <literal > root</literal> ,
<literal > clsact</literal> , <literal > ingress</literal> or a class identifier. The class identifier is
specified as the major and minor numbers in hexadecimal in the range 0x1– Oxffff separated with a
colon (<literal > major:minor</literal> ). Defaults to <literal > root</literal> .</para>
2020-03-12 12:33:15 +03:00
</listitem>
</varlistentry>
<varlistentry id= 'qdisc-handle' >
<term > <varname > Handle=</varname> </term>
<listitem >
2020-07-06 11:49:59 +03:00
<para > Configures the major number of unique identifier of the qdisc, known as the handle.
Takes a hexadecimal number in the range 0x1– 0xffff. Defaults to unset.</para>
2020-03-12 12:33:15 +03:00
</listitem>
</varlistentry>
<varlistentry id= 'tclass-parent' >
<term > <varname > Parent=</varname> </term>
<listitem >
2020-07-06 11:49:59 +03:00
<para > Configures the parent Queueing Discipline (qdisc). Takes one of <literal > root</literal> , or a
qdisc identifier. The qdisc identifier is specified as the major and minor numbers in hexadecimal in
the range 0x1– Oxffff separated with a colon (<literal > major:minor</literal> ). Defaults to
<literal > root</literal> .
2020-03-12 12:33:15 +03:00
</para>
</listitem>
</varlistentry>
<varlistentry id= 'tclass-classid' >
<term > <varname > ClassId=</varname> </term>
<listitem >
2020-09-14 16:32:37 +03:00
<para > Configures the unique identifier of the class. It is specified as the major and minor numbers in
2020-07-06 11:49:59 +03:00
hexadecimal in the range 0x1– Oxffff separated with a colon (<literal > major:minor</literal> ).
Defaults to unset.</para>
2020-03-12 12:33:15 +03:00
</listitem>
</varlistentry>
</variablelist>
</refsect1>