summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-02-10 19:41:12 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-03-02 15:46:28 +0900
commitb934ac3d6e7dcad114776ef30ee9098693e7ab7e (patch)
tree5508104cdacaa8268122df904dc10faa77bb0d14 /man
parent2a0963311795677a43fdb2b9ae9c3dfbfee83ac6 (diff)
downloadsystemd-b934ac3d6e7dcad114776ef30ee9098693e7ab7e.tar.gz
network: tc: support Hierarchy Token Bucket (HTB)
Diffstat (limited to 'man')
-rw-r--r--man/systemd.network.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index c3608394c8..2e5ac9a28b 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -2799,6 +2799,40 @@
</refsect1>
<refsect1>
+ <title>[HierarchyTokenBucket] Section Options</title>
+ <para>The <literal>[HierarchyTokenBucket]</literal> section manages the queueing discipline (qdisc) of
+ hierarchy token bucket (htb).</para>
+
+ <variablelist class='network-directives'>
+ <varlistentry>
+ <term><varname>Parent=</varname></term>
+ <listitem>
+ <para>Specifies the parent Queueing Discipline (qdisc). Takes one of <literal>root</literal>,
+ <literal>clsact</literal>, <literal>ingress</literal> or a class id. The class id takes the
+ major and minor number in hexadecimal ranges 1 to ffff separated with a colon
+ (<literal>major:minor</literal>). Defaults to <literal>root</literal>.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><varname>Handle=</varname></term>
+ <listitem>
+ <para>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.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><varname>DefaultClass=</varname></term>
+ <listitem>
+ <para>Takes the minor id in hexadecimal of the default class. Unclassified traffic gets sent
+ to the class. Defaults to unset.</para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </refsect1>
+
+ <refsect1>
<title>[BridgeVLAN] Section Options</title>
<para>The <literal>[BridgeVLAN]</literal> section manages the VLAN ID configuration of a bridge port and accepts
the following keys. Specify several <literal>[BridgeVLAN]</literal> sections to configure several VLAN entries.