shorewall-tcinterfaces.xml (shorewall-docs-xml-5.2.3.6.tar.bz2) | : | shorewall-tcinterfaces.xml (shorewall-docs-xml-5.2.6.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 31 | skipping to change at line 31 | |||
<command>/etc/shorewall[6]/tcinterfaces</command> | <command>/etc/shorewall[6]/tcinterfaces</command> | |||
</cmdsynopsis> | </cmdsynopsis> | |||
</refsynopsisdiv> | </refsynopsisdiv> | |||
<refsect1> | <refsect1> | |||
<title>Description</title> | <title>Description</title> | |||
<para>This file lists the interfaces that are subject to simple traffic | <para>This file lists the interfaces that are subject to simple traffic | |||
shaping. Simple traffic shaping is enabled by setting TC_ENABLED=Simple in | shaping. Simple traffic shaping is enabled by setting TC_ENABLED=Simple in | |||
<ulink | <ulink | |||
url="/manpages/shorewall.conf.html">shorewall.conf</ulink>(5).</para> | url="shorewall.conf.html">shorewall.conf</ulink>(5).</para> | |||
<para>A note on the <emphasis>bandwidth</emphasis> definition used in this | <para>A note on the <emphasis>bandwidth</emphasis> definition used in this | |||
file:</para> | file:</para> | |||
<itemizedlist> | <itemizedlist> | |||
<listitem> | <listitem> | |||
<para>don't use a space between the integer value and the unit: 30kbit | <para>don't use a space between the integer value and the unit: 30kbit | |||
is valid while 30 kbit is not.</para> | is valid while 30 kbit is not.</para> | |||
</listitem> | </listitem> | |||
skipping to change at line 167 | skipping to change at line 167 | |||
default <replaceable>burst</replaceable> is 10kb. A larger | default <replaceable>burst</replaceable> is 10kb. A larger | |||
<replaceable>burst</replaceable> can help make the | <replaceable>burst</replaceable> can help make the | |||
<replaceable>bandwidth</replaceable> more accurate; often for fast | <replaceable>bandwidth</replaceable> more accurate; often for fast | |||
lines, the enforced rate is well below the specified | lines, the enforced rate is well below the specified | |||
<replaceable>bandwidth</replaceable>.</para> | <replaceable>bandwidth</replaceable>.</para> | |||
<para>What is described above creates a rate/burst policing filter. | <para>What is described above creates a rate/burst policing filter. | |||
Beginning with Shorewall 4.4.25, a rate-estimated policing filter | Beginning with Shorewall 4.4.25, a rate-estimated policing filter | |||
may be configured instead. Rate-estimated filters should be used | may be configured instead. Rate-estimated filters should be used | |||
with Ethernet adapters that have Generic Receive Offload enabled by | with Ethernet adapters that have Generic Receive Offload enabled by | |||
default. See <ulink url="/FAQ.htm#faq97a">Shorewall FAQ | default. See <ulink url="../FAQ.htm#faq97a">Shorewall FAQ | |||
97a</ulink>.</para> | 97a</ulink>.</para> | |||
<para>To create a rate-estimated filter, precede the bandwidth with | <para>To create a rate-estimated filter, precede the bandwidth with | |||
a tilde ("~"). The optional interval and decay_interval determine | a tilde ("~"). The optional interval and decay_interval determine | |||
how often the rate is estimated and how many samples are retained | how often the rate is estimated and how many samples are retained | |||
for estimating. Please see <ulink | for estimating. Please see <ulink | |||
url="http://ace-host.stuart.id.au/russell/files/tc/doc/estimators.txt" >http://ace-host.stuart.id.au/russell/files/tc/doc/estimators.txt</ulink> | url="http://ace-host.stuart.id.au/russell/files/tc/doc/estimators.txt" >http://ace-host.stuart.id.au/russell/files/tc/doc/estimators.txt</ulink> | |||
for details. If not specified, the default | for details. If not specified, the default | |||
<replaceable>interval</replaceable> is 250ms and the default | <replaceable>interval</replaceable> is 250ms and the default | |||
<replaceable>decay_interval</replaceable> is 4sec.</para> | <replaceable>decay_interval</replaceable> is 4sec.</para> | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |