forked from extern/shorewall_code
Add TOS to classification priority enumeration
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
75953a87cb
commit
e02906e4f9
@ -200,8 +200,8 @@
|
|||||||
<replaceable>priority</replaceable> 10 is assumed. The
|
<replaceable>priority</replaceable> 10 is assumed. The
|
||||||
<replaceable>priority</replaceable> value must be > 0.</para>
|
<replaceable>priority</replaceable> value must be > 0.</para>
|
||||||
|
|
||||||
<para>The priority values used by other Shorewall-generated filters
|
<para>The default priority values used by other Shorewall-generated
|
||||||
are as follows:</para>
|
filters are as follows:</para>
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -222,6 +222,11 @@
|
|||||||
priority</replaceable> << 8 ) | 10.</para>
|
priority</replaceable> << 8 ) | 10.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Classify by TOS - ( <replaceable>class
|
||||||
|
priority</replaceable> << 8 ) | 10.</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Class with 'occurs' - 65535</para>
|
<para>Class with 'occurs' - 65535</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -195,8 +195,8 @@
|
|||||||
given, priority 11 is assumed. The priority value must be >
|
given, priority 11 is assumed. The priority value must be >
|
||||||
0.</para>
|
0.</para>
|
||||||
|
|
||||||
<para>The priority values used by other Shorewall-generated filters
|
<para>The default priority values used by other Shorewall-generated
|
||||||
are as follows:</para>
|
filters are as follows:</para>
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -217,6 +217,11 @@
|
|||||||
priority</replaceable> << 8 ) | 20.</para>
|
priority</replaceable> << 8 ) | 20.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Classify by TOS - ( <replaceable>class
|
||||||
|
priority</replaceable> << 8 ) | 10.</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Class with 'occurs' - 65535</para>
|
<para>Class with 'occurs' - 65535</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
Loading…
Reference in New Issue
Block a user