Add length match to traffic shaping doc

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3828 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-05-01 20:55:10 +00:00
parent 110e46465e
commit 01b7ac9983

View File

@ -539,6 +539,23 @@ ppp0 6000kbit 500kbit</programlisting>
mark's value is tested.</member> mark's value is tested.</member>
</simplelist> </simplelist>
</listitem> </listitem>
<listitem>
<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 &lt;min&gt;:&lt;max&gt; where either
&lt;min&gt; or &lt;max&gt; (but not both may be omitted). If
&lt;min&gt; is omitted, then 0 is assumed; if &lt;max&gt; is
omitted, than any packet that is &lt;min&gt; or longer will
match.</para>
<para>You must have iptables length support for this to work. If you
let it empy or place an "-" here, no length match will be
done.</para>
<para>Examples: 1024, 64:1500, :100</para>
</listitem>
</itemizedlist> </itemizedlist>
<example> <example>