From f344a492d15831eb4feaf7c8b990f04e277449b7 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 12 Mar 2020 18:33:15 +0900 Subject: man: use include directive for Parent= or friends --- man/tc.xml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 man/tc.xml (limited to 'man/tc.xml') diff --git a/man/tc.xml b/man/tc.xml new file mode 100644 index 0000000000..1711915c22 --- /dev/null +++ b/man/tc.xml @@ -0,0 +1,46 @@ + + + + + + + + + Parent= + + Specifies the parent Queueing Discipline (qdisc). Takes one of root, + clsact, ingress or a class id. The class id takes the + major and minor number in hexadecimal ranges 1 to ffff separated with a colon + (major:minor). Defaults to root. + + + + + Handle= + + Specifies the major number of unique identifier of the qdisc, known as the handle. + Takes a number in hexadecimal ranges 1 to ffff. Defaults to unset. + + + + + Parent= + + Specifies the parent Queueing Discipline (qdisc). Takes one of root, + or a qdisc id. The qdisc id takes the major and minor number in hexadecimal ranges 1 to ffff + separated with a colon (major:minor). Defaults to root. + + + + + + ClassId= + + Specifies the major and minur number of unique identifier of the class, known as the + class ID. Each number is in hexadecimal ranges 1 to ffff. Defaults to unset. + + + + -- cgit v1.2.1