forked from extern/shorewall_code
Document changes to filter priorities
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
8c7b8c9390
commit
e431d5ab53
@ -205,8 +205,8 @@
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>Classify by packet mark - <replaceable>class
|
||||
priority</replaceable> LOR 32.</para>
|
||||
<para>Classify by packet mark - ( <replaceable>class
|
||||
priority</replaceable> << 8 ) LOR 32.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
@ -218,8 +218,8 @@
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Complex TC ACK packets - <replaceable>class
|
||||
priority</replaceable> LOR 16.</para>
|
||||
<para>Complex TC ACK packets - ( <replaceable>class
|
||||
priority</replaceable> << 8 ) LOR 16.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
@ -200,8 +200,8 @@
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>Classify by packet mark - <replaceable>class
|
||||
priority</replaceable> LOR 32.</para>
|
||||
<para>Classify by packet mark - ( <replaceable>class
|
||||
priority</replaceable> << 8 ) LOR 32.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
@ -213,8 +213,8 @@
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Complex TC ACK packets - <replaceable>class
|
||||
priority</replaceable> LOR 16.</para>
|
||||
<para>Complex TC ACK packets - ( <replaceable>class
|
||||
priority</replaceable> << 8 ) LOR 16.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
@ -273,6 +273,6 @@
|
||||
<para><ulink
|
||||
url="http://shorewall.net/PacketMarking.html">http://shorewall.net/PacketMarking.html</ulink></para>
|
||||
|
||||
<para></para>
|
||||
<para/>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
Loading…
Reference in New Issue
Block a user