mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 07:33:43 +01:00
Add TOS column to tcrules
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3839 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
7a57070205
commit
293f1058ec
@ -569,7 +569,7 @@ ppp0 6000kbit 500kbit</programlisting>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>LENGTH (Optional, Added in Shorewall version 3.2.0) Packet
|
||||
<para>LENGTH (Optional, added in Shorewall version 3.2.0) Packet
|
||||
Length - This field, if present, allows you to match the length of a
|
||||
packet against a specific value or range of values. A range is
|
||||
specified in the form <min>:<max> where either
|
||||
@ -584,6 +584,26 @@ ppp0 6000kbit 500kbit</programlisting>
|
||||
|
||||
<para>Examples: 1024, 64:1500, :100</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>TOS (Optional, added in Shorewall version 3.2.0 Beta 6) Type
|
||||
of Service. Either a standard name, or a numeric value to
|
||||
match.</para>
|
||||
|
||||
<blockquote>
|
||||
<simplelist>
|
||||
<member>Minimize-Delay (16)</member>
|
||||
|
||||
<member>Maximize-Throughput (8)</member>
|
||||
|
||||
<member>Maximize-Reliability (4)</member>
|
||||
|
||||
<member>Minimize-Cost (2)</member>
|
||||
|
||||
<member>Normal-Service (0)</member>
|
||||
</simplelist>
|
||||
</blockquote>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<example>
|
||||
|
Loading…
Reference in New Issue
Block a user