From b934ac3d6e7dcad114776ef30ee9098693e7ab7e Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 10 Feb 2020 19:41:12 +0900 Subject: network: tc: support Hierarchy Token Bucket (HTB) --- man/systemd.network.xml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'man') 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 @@ -2798,6 +2798,40 @@ + + [HierarchyTokenBucket] Section Options + The [HierarchyTokenBucket] section manages the queueing discipline (qdisc) of + hierarchy token bucket (htb). + + + + 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. + + + + + DefaultClass= + + Takes the minor id in hexadecimal of the default class. Unclassified traffic gets sent + to the class. Defaults to unset. + + + + + [BridgeVLAN] Section Options The [BridgeVLAN] section manages the VLAN ID configuration of a bridge port and accepts -- cgit v1.2.1