Document CLASSIFY change

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4365 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-08-16 16:42:29 +00:00
parent 9de434881f
commit 27cec53079

View File

@ -500,12 +500,16 @@ ppp0 6000kbit 500kbit</programlisting>
<member>prio</member> <member>prio</member>
</simplelist> </simplelist>
<para>Classify always occurs in the POSTROUTING chain. When used <para>With Shorewall versions prior to 3.2.3, classify always occurs
with the builtin traffic shaper, the &lt;major&gt; class is the in the POSTROUTING chain. Beginning with Shorewall 3.2.3, classify
device number (the first entry in occurs in the POSTROUTING chain <emphasis
<filename>/etc/shorewall/tcdevices</filename> is device 1, the role="bold">except</emphasis> when the SOURCE contains
second is device 2 and so on) and the &lt;minor&gt; class is the $FW[:&lt;<emphasis>address</emphasis>&gt;] in which case, the
MARK value of the class + 100.</para> classify action takes place in the OUTPUT chain. When used with the
builtin traffic shaper, the &lt;major&gt; class is the device number
(the first entry in <filename>/etc/shorewall/tcdevices</filename> is
device 1, the second is device 2 and so on) and the &lt;minor&gt;
class is the MARK value of the class + 100.</para>
</listitem> </listitem>
<listitem> <listitem>