shorewall-tcpri.xml (shorewall-docs-xml-5.2.3.6.tar.bz2) | : | shorewall-tcpri.xml (shorewall-docs-xml-5.2.6.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 30 | skipping to change at line 30 | |||
<cmdsynopsis> | <cmdsynopsis> | |||
<command>/etc/shorewall[6]/tcpri</command> | <command>/etc/shorewall[6]/tcpri</command> | |||
</cmdsynopsis> | </cmdsynopsis> | |||
</refsynopsisdiv> | </refsynopsisdiv> | |||
<refsect1> | <refsect1> | |||
<title>Description</title> | <title>Description</title> | |||
<para>This file is used to specify the priority of traffic for simple | <para>This file is used to specify the priority of traffic for simple | |||
traffic shaping (TC_ENABLED=Simple in <ulink | traffic shaping (TC_ENABLED=Simple in <ulink | |||
url="/manpages/shorewall.conf.html">shorewall.conf</ulink>(5)). The | url="shorewall.conf.html">shorewall.conf</ulink>(5)). The | |||
priority band of each packet is determined by the <emphasis | priority band of each packet is determined by the <emphasis | |||
role="bold">last</emphasis> entry that the packet matches. If a packet | role="bold">last</emphasis> entry that the packet matches. If a packet | |||
doesn't match any entry in this file, then its priority will be determined | doesn't match any entry in this file, then its priority will be determined | |||
by its TOS field. The default mapping is as follows but can be changed by | by its TOS field. The default mapping is as follows but can be changed by | |||
setting the TC_PRIOMAP option in <ulink | setting the TC_PRIOMAP option in <ulink | |||
url="/manpages/shorewall.conf.html">shorewall.conf</ulink>(5).</para> | url="shorewall.conf.html">shorewall.conf</ulink>(5).</para> | |||
<programlisting>TOS Bits Means Linux Priority BAN D | <programlisting>TOS Bits Means Linux Priority BAN D | |||
------------------------------------------------------------ | ------------------------------------------------------------ | |||
0x0 0 Normal Service 0 Best Effort 2 | 0x0 0 Normal Service 0 Best Effort 2 | |||
0x2 1 Minimize Monetary Cost 1 Filler 3 | 0x2 1 Minimize Monetary Cost 1 Filler 3 | |||
0x4 2 Maximize Reliability 0 Best Effort 2 | 0x4 2 Maximize Reliability 0 Best Effort 2 | |||
0x6 3 mmc+mr 0 Best Effort 2 | 0x6 3 mmc+mr 0 Best Effort 2 | |||
0x8 4 Maximize Throughput 2 Bulk 3 | 0x8 4 Maximize Throughput 2 Bulk 3 | |||
0xa 5 mmc+mt 2 Bulk 3 | 0xa 5 mmc+mt 2 Bulk 3 | |||
0xc 6 mr+mt 2 Bulk 3 | 0xc 6 mr+mt 2 Bulk 3 | |||
skipping to change at line 69 | skipping to change at line 69 | |||
<variablelist> | <variablelist> | |||
<varlistentry> | <varlistentry> | |||
<term><emphasis role="bold">BAND</emphasis> - {<emphasis | <term><emphasis role="bold">BAND</emphasis> - {<emphasis | |||
role="bold">1</emphasis>|<emphasis role="bold">2</emphasis>|<emphasis | role="bold">1</emphasis>|<emphasis role="bold">2</emphasis>|<emphasis | |||
role="bold">3</emphasis>}</term> | role="bold">3</emphasis>}</term> | |||
<listitem> | <listitem> | |||
<para>Classifies matching traffic as High Priority (1), Medium | <para>Classifies matching traffic as High Priority (1), Medium | |||
Priority (2) or Low Priority (3). For those interfaces listed in | Priority (2) or Low Priority (3). For those interfaces listed in | |||
<ulink | <ulink | |||
url="/manpages/shorewall-tcinterfaces.html">shorewall-tcinterfaces</ul ink>(5), | url="shorewall-tcinterfaces.html">shorewall-tcinterfaces</ulink>(5), | |||
Priority 2 traffic will be deferred so long and there is Priority 1 | Priority 2 traffic will be deferred so long and there is Priority 1 | |||
traffic queued and Priority 3 traffic will be deferred so long as | traffic queued and Priority 3 traffic will be deferred so long as | |||
there is Priority 1 or Priority 2 traffic to send.</para> | there is Priority 1 or Priority 2 traffic to send.</para> | |||
</listitem> | </listitem> | |||
</varlistentry> | </varlistentry> | |||
<varlistentry> | <varlistentry> | |||
<term><emphasis role="bold">PROTO</emphasis> - | <term><emphasis role="bold">PROTO</emphasis> - | |||
<replaceable>protocol</replaceable>[,...]</term> | <replaceable>protocol</replaceable>[,...]</term> | |||
skipping to change at line 159 | skipping to change at line 159 | |||
<para>/etc/shorewall/tcpri</para> | <para>/etc/shorewall/tcpri</para> | |||
<para>/etc/shorewall6/tcpri</para> | <para>/etc/shorewall6/tcpri</para> | |||
</refsect1> | </refsect1> | |||
<refsect1> | <refsect1> | |||
<title>See ALSO</title> | <title>See ALSO</title> | |||
<para><ulink | <para><ulink | |||
url="/configuration_file_basics.htm#Pairs">http://www.shorewall.net/configur ation_file_basics.htm#Pairs</ulink></para> | url="../configuration_file_basics.htm#Pairs">https://shorewall.org/configura tion_file_basics.htm#Pairs</ulink></para> | |||
<para>prio(8), shorewall(8)</para> | <para>prio(8), shorewall(8)</para> | |||
</refsect1> | </refsect1> | |||
</refentry> | </refentry> | |||
End of changes. 4 change blocks. | ||||
4 lines changed or deleted | 4 lines changed or added |