mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 17:58:07 +02:00
Cleanup of tcclasses manpages
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
5fc295e8cc
commit
780e7014d4
@ -447,15 +447,15 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Added in Shorewall 4.5.6. When specified on a leaf
|
<para>Added in Shorewall 4.5.6. When specified on a leaf
|
||||||
class, causes the class to use the red queuing discipline
|
class, causes the class to use the RED (Random Early
|
||||||
rather than SFQ. See tc-red (8) for additional
|
Detection) queuing discipline rather than SFQ. See tc-red (8)
|
||||||
information.</para>
|
for additional information.</para>
|
||||||
|
|
||||||
<para>Allowable redoptions are:</para>
|
<para>Allowable redoptions are:</para>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>min</term>
|
<term>min <replaceable>min</replaceable></term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Average queue size at which marking becomes a
|
<para>Average queue size at which marking becomes a
|
||||||
@ -464,7 +464,7 @@
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>max</term>
|
<term>max <replaceable>max</replaceable></term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>At this average queue size, the marking
|
<para>At this average queue size, the marking
|
||||||
@ -475,7 +475,8 @@
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>probability</term>
|
<term>probability
|
||||||
|
<replaceable>probability</replaceable></term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Maximum probability for marking, specified as a
|
<para>Maximum probability for marking, specified as a
|
||||||
@ -485,7 +486,7 @@
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>limit</term>
|
<term>limit <replaceable>limit</replaceable></term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Hard limit on the real (not average) queue size in
|
<para>Hard limit on the real (not average) queue size in
|
||||||
@ -500,7 +501,7 @@
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>burst</term>
|
<term>burst <replaceable>burst</replaceable></term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Used for determining how fast the average queue
|
<para>Used for determining how fast the average queue
|
||||||
@ -508,13 +509,12 @@
|
|||||||
make the calculation more sluggish, allowing longer
|
make the calculation more sluggish, allowing longer
|
||||||
bursts of traffic before marking starts. Real life
|
bursts of traffic before marking starts. Real life
|
||||||
experiments support the following guide‐line:
|
experiments support the following guide‐line:
|
||||||
(<replaceable>min</replaceable>+<replaceable>min</replaceable>+<replaceable>max</replaceable>)/(3*<replaceable>avpkt</replaceable>).
|
(<replaceable>min</replaceable>+<replaceable>min</replaceable>+<replaceable>max</replaceable>)/(3*<replaceable>avpkt</replaceable>).</para>
|
||||||
</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>avpkt</term>
|
<term>avpkt <replaceable>avpkt</replaceable></term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Optional. Specified in bytes. Used with burst to
|
<para>Optional. Specified in bytes. Used with burst to
|
||||||
@ -525,7 +525,8 @@
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>bandwidth</term>
|
<term>bandwidth
|
||||||
|
<replaceable>bandwidth</replaceable></term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Optional. This rate is used for calculating the
|
<para>Optional. This rate is used for calculating the
|
||||||
@ -546,8 +547,8 @@
|
|||||||
dropping a packet. If this parameter is specified,
|
dropping a packet. If this parameter is specified,
|
||||||
packets which indicate that their hosts honor ECN will
|
packets which indicate that their hosts honor ECN will
|
||||||
only be marked and not dropped, unless the queue size
|
only be marked and not dropped, unless the queue size
|
||||||
hits limit bytes. Needs a tc binary with RED support
|
hits <replaceable>limit</replaceable> bytes. Needs a tc
|
||||||
compiled in. Recommended.</para>
|
binary with RED support compiled in. Recommended.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
@ -398,15 +398,15 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Added in Shorewall 4.5.6. When specified on a leaf
|
<para>Added in Shorewall 4.5.6. When specified on a leaf
|
||||||
class, causes the class to use the red queuing discipline
|
class, causes the class to use the RED (Random Early
|
||||||
rather than SFQ. See tc-red (8) for additional
|
Detection) queuing discipline rather than SFQ. See tc-red (8)
|
||||||
information.</para>
|
for additional information.</para>
|
||||||
|
|
||||||
<para>Allowable redoptions are:</para>
|
<para>Allowable redoptions are:</para>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>min</term>
|
<term>min <replaceable>min</replaceable></term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Average queue size at which marking becomes a
|
<para>Average queue size at which marking becomes a
|
||||||
@ -415,7 +415,7 @@
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>max</term>
|
<term>max <replaceable>max</replaceable></term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>At this average queue size, the marking
|
<para>At this average queue size, the marking
|
||||||
@ -426,7 +426,8 @@
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>probability</term>
|
<term>probability
|
||||||
|
<replaceable>probability</replaceable></term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Maximum probability for marking, specified as a
|
<para>Maximum probability for marking, specified as a
|
||||||
@ -436,7 +437,7 @@
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>limit</term>
|
<term>limit <replaceable>limit</replaceable></term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Hard limit on the real (not average) queue size in
|
<para>Hard limit on the real (not average) queue size in
|
||||||
@ -451,7 +452,7 @@
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>burst</term>
|
<term>burst <replaceable>burst</replaceable></term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Used for determining how fast the average queue
|
<para>Used for determining how fast the average queue
|
||||||
@ -464,7 +465,7 @@
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>avpkt</term>
|
<term>avpkt <replaceable>avpkt</replaceable></term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Optional. Specified in bytes. Used with burst to
|
<para>Optional. Specified in bytes. Used with burst to
|
||||||
@ -475,7 +476,8 @@
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>bandwidth</term>
|
<term>bandwidth
|
||||||
|
<replaceable>bandwidth</replaceable></term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Optional. This rate is used for calculating the
|
<para>Optional. This rate is used for calculating the
|
||||||
@ -496,8 +498,8 @@
|
|||||||
dropping a packet. If this parameter is specified,
|
dropping a packet. If this parameter is specified,
|
||||||
packets which indicate that their hosts honor ECN will
|
packets which indicate that their hosts honor ECN will
|
||||||
only be marked and not dropped, unless the queue size
|
only be marked and not dropped, unless the queue size
|
||||||
hits limit bytes. Needs a tc binary with RED support
|
hits <replaceable>limit</replaceable> bytes. Needs a tc
|
||||||
compiled in. Recommended.</para>
|
binary with RED support compiled in. Recommended.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user