Restore <burst> functionality in tcdevices

This commit is contained in:
Tom Eastep 2011-03-02 07:42:24 -08:00
parent 329655cc66
commit f88d5f13e0
4 changed files with 21 additions and 2 deletions

View File

@ -2,6 +2,8 @@ Changes in Shorewall 4.4.18 Final
1) Correct handling of IPv6 host address in a net context. 1) Correct handling of IPv6 host address in a net context.
2) Restore <burst> in tcdevices.
Changes in Shorewall 4.4.18 RC 1 Changes in Shorewall 4.4.18 RC 1
1) Update Version. 1) Update Version.

View File

@ -24,6 +24,9 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES
string at /usr/share/shorewall/Shorewall/Tc.pm line 979, string at /usr/share/shorewall/Shorewall/Tc.pm line 979,
<$currentfile> line 11. <$currentfile> line 11.
2) The <burst> option for the IN-BANDWIDTH column of tcdevices was
previously not recognized. That functionality has been restored.
4.4.18 RC 1 4.4.18 RC 1
1) None. 1) None.

View File

@ -121,7 +121,7 @@
<varlistentry> <varlistentry>
<term><emphasis role="bold">IN-BANDWIDTH</emphasis> - <term><emphasis role="bold">IN-BANDWIDTH</emphasis> -
<replaceable>bandwidth</replaceable></term> <replaceable>bandwidth</replaceable>[:<replaceable>burst</replaceable>]</term>
<listitem> <listitem>
<para>The incoming <emphasis>bandwidth</emphasis> of that interface. <para>The incoming <emphasis>bandwidth</emphasis> of that interface.
@ -136,6 +136,13 @@
value to zero in which case Shorewall will not create an ingress value to zero in which case Shorewall will not create an ingress
qdisc.Must be set to zero if the REDIRECTED INTERFACES column is qdisc.Must be set to zero if the REDIRECTED INTERFACES column is
non-empty.</para> non-empty.</para>
<para>The optional burst option was added in Shorewall 4.4.13. The
default <replaceable>burst</replaceable> is 10kb. A larger
<replaceable>burst</replaceable> can help make the
<replaceable>bandwidth</replaceable> more accurate; often for fast
lines, the enforced rate is well below the specified
<replaceable>bandwidth</replaceable>.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>

View File

@ -122,7 +122,7 @@
<varlistentry> <varlistentry>
<term><emphasis role="bold">IN-BANDWIDTH</emphasis> - <emphasis <term><emphasis role="bold">IN-BANDWIDTH</emphasis> - <emphasis
role="bold"><replaceable>bandwidth</replaceable></emphasis></term> role="bold"><replaceable>bandwidth</replaceable>[:<replaceable>burst</replaceable>]</emphasis></term>
<listitem> <listitem>
<para>The incoming <emphasis>bandwidth</emphasis> of that interface. <para>The incoming <emphasis>bandwidth</emphasis> of that interface.
@ -137,6 +137,13 @@
value to zero in which case Shorewall6 will not create an ingress value to zero in which case Shorewall6 will not create an ingress
qdisc.Must be set to zero if the REDIRECTED INTERFACES column is qdisc.Must be set to zero if the REDIRECTED INTERFACES column is
non-empty.</para> non-empty.</para>
<para>The optional burst option was added in Shorewall6 4.4.13. The
default <replaceable>burst</replaceable> is 10kb. A larger
<replaceable>burst</replaceable> can help make the
<replaceable>bandwidth</replaceable> more accurate; often for fast
lines, the enforced rate is well below the specified
<replaceable>bandwidth</replaceable>.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>