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>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Classify by packet mark - <replaceable>class
|
<para>Classify by packet mark - ( <replaceable>class
|
||||||
priority</replaceable> LOR 32.</para>
|
priority</replaceable> << 8 ) LOR 32.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -218,8 +218,8 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Complex TC ACK packets - <replaceable>class
|
<para>Complex TC ACK packets - ( <replaceable>class
|
||||||
priority</replaceable> LOR 16.</para>
|
priority</replaceable> << 8 ) LOR 16.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -200,8 +200,8 @@
|
|||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Classify by packet mark - <replaceable>class
|
<para>Classify by packet mark - ( <replaceable>class
|
||||||
priority</replaceable> LOR 32.</para>
|
priority</replaceable> << 8 ) LOR 32.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -213,8 +213,8 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Complex TC ACK packets - <replaceable>class
|
<para>Complex TC ACK packets - ( <replaceable>class
|
||||||
priority</replaceable> LOR 16.</para>
|
priority</replaceable> << 8 ) LOR 16.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -273,6 +273,6 @@
|
|||||||
<para><ulink
|
<para><ulink
|
||||||
url="http://shorewall.net/PacketMarking.html">http://shorewall.net/PacketMarking.html</ulink></para>
|
url="http://shorewall.net/PacketMarking.html">http://shorewall.net/PacketMarking.html</ulink></para>
|
||||||
|
|
||||||
<para></para>
|
<para/>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
</refentry>
|
</refentry>
|
||||||
|
Loading…
Reference in New Issue
Block a user