mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-22 21:48:39 +01:00
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:
parent
110e46465e
commit
01b7ac9983
@ -539,6 +539,23 @@ ppp0 6000kbit 500kbit</programlisting>
|
||||
mark's value is tested.</member>
|
||||
</simplelist>
|
||||
</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 <min>:<max> where either
|
||||
<min> or <max> (but not both may be omitted). If
|
||||
<min> is omitted, then 0 is assumed; if <max> is
|
||||
omitted, than any packet that is <min> 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>
|
||||
|
||||
<example>
|
||||
|
Loading…
Reference in New Issue
Block a user