1<?xml version="1.0"?> 2<!DOCTYPE book 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 <variablelist class='network-directives'> 10 <varlistentry id='qdisc-parent'> 11 <term><varname>Parent=</varname></term> 12 <listitem> 13 <para>Configures the parent Queueing Discipline (qdisc). Takes one of <literal>root</literal>, 14 <literal>clsact</literal>, <literal>ingress</literal> or a class identifier. The class identifier is 15 specified as the major and minor numbers in hexadecimal in the range 0x1–Oxffff separated with a 16 colon (<literal>major:minor</literal>). Defaults to <literal>root</literal>.</para> 17 </listitem> 18 </varlistentry> 19 20 <varlistentry id='qdisc-handle'> 21 <term><varname>Handle=</varname></term> 22 <listitem> 23 <para>Configures the major number of unique identifier of the qdisc, known as the handle. 24 Takes a hexadecimal number in the range 0x1–0xffff. Defaults to unset.</para> 25 </listitem> 26 </varlistentry> 27 28 <varlistentry id='tclass-parent'> 29 <term><varname>Parent=</varname></term> 30 <listitem> 31 <para>Configures the parent Queueing Discipline (qdisc). Takes one of <literal>root</literal>, or a 32 qdisc identifier. The qdisc identifier is specified as the major and minor numbers in hexadecimal in 33 the range 0x1–Oxffff separated with a colon (<literal>major:minor</literal>). Defaults to 34 <literal>root</literal>. 35 </para> 36 </listitem> 37 </varlistentry> 38 39 <varlistentry id='tclass-classid'> 40 <term><varname>ClassId=</varname></term> 41 <listitem> 42 <para>Configures the unique identifier of the class. It is specified as the major and minor numbers in 43 hexadecimal in the range 0x1–Oxffff separated with a colon (<literal>major:minor</literal>). 44 Defaults to unset.</para> 45 </listitem> 46 </varlistentry> 47 </variablelist> 48</refsect1> 49