summaryrefslogtreecommitdiff
path: root/man/systemd.network.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-06-03 15:07:45 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-06-03 17:25:44 +0900
commit4d7ddaf97bb18cd3d75aaf7814e2ec267256ace2 (patch)
tree42aec745d699f96e7cefd6e821487ac7a71d4929 /man/systemd.network.xml
parentb12aaee5ab59bd51e052e3442ed42bee3e0dab7d (diff)
downloadsystemd-4d7ddaf97bb18cd3d75aaf7814e2ec267256ace2.tar.gz
network: tc: introduce [QuickFairQueueingClass] section
Diffstat (limited to 'man/systemd.network.xml')
-rw-r--r--man/systemd.network.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index 472172094d..a4ca67a27f 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -3264,6 +3264,34 @@
</refsect1>
<refsect1>
+ <title>[QuickFairQueueingClass] Section Options</title>
+ <para>The <literal>[QuickFairQueueingClass]</literal> section manages the traffic control class of
+ Quick Fair Queueing (qfq).</para>
+
+ <variablelist class='network-directives'>
+ <xi:include href="tc.xml" xpointer="tclass-parent" />
+ <xi:include href="tc.xml" xpointer="tclass-classid" />
+
+ <varlistentry>
+ <term><varname>Weight=</varname></term>
+ <listitem>
+ <para>Specifies the weight of the class. Takse an integer in the range 1..1023. Defaults to
+ unset in which case the kernel default is used.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><varname>MaxPacketSize=</varname></term>
+ <listitem>
+ <para>Specifies the maximum packet size in bytes for the class. When suffixed with K, M, or G, the specified
+ size is parsed as Kilobytes, Megabytes, or Gigabytes, respectively, to the base of 1000. When unset,
+ the kernel default is used.</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.