Add length match to traffic shaping doc -- correct typo

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3829 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-05-01 20:56:47 +00:00
parent 01b7ac9983
commit 4aea1c8291

View File

@ -545,7 +545,7 @@ ppp0 6000kbit 500kbit</programlisting>
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; 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>