diff options
author | Susant Sahani <ssahani@vmware.com> | 2020-03-19 22:41:57 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-06-03 07:17:51 +0200 |
commit | b12aaee5ab59bd51e052e3442ed42bee3e0dab7d (patch) | |
tree | ae415bf1612e530f88d8232b2ff6e49730cbfee1 /man | |
parent | sd-netlink: add netlink properties of Quick Fair Queueing (QFQ) (diff) | |
download | systemd-b12aaee5ab59bd51e052e3442ed42bee3e0dab7d.tar.xz systemd-b12aaee5ab59bd51e052e3442ed42bee3e0dab7d.zip |
network: tc: introduce Quick Fair Queueing (QFQ)
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.network.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 146401f6c9..472172094d 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -3253,6 +3253,17 @@ </refsect1> <refsect1> + <title>[QuickFairQueueing] Section Options</title> + <para>The <literal>[QuickFairQueueing]</literal> section manages the queueing discipline + (qdisc) of Quick Fair Queueing (QFQ).</para> + + <variablelist class='network-directives'> + <xi:include href="tc.xml" xpointer="qdisc-parent" /> + <xi:include href="tc.xml" xpointer="qdisc-handle" /> + </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. |