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> value must be > 0.</para>
|
||||
|
||||
<para>The priority values used by other Shorewall-generated filters
|
||||
are as follows:</para>
|
||||
<para>The default priority values used by other Shorewall-generated
|
||||
filters are as follows:</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
@ -222,6 +222,11 @@
|
||||
priority</replaceable> << 8 ) | 10.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Classify by TOS - ( <replaceable>class
|
||||
priority</replaceable> << 8 ) | 10.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Class with 'occurs' - 65535</para>
|
||||
</listitem>
|
||||
|
@ -195,8 +195,8 @@
|
||||
given, priority 11 is assumed. The priority value must be >
|
||||
0.</para>
|
||||
|
||||
<para>The priority values used by other Shorewall-generated filters
|
||||
are as follows:</para>
|
||||
<para>The default priority values used by other Shorewall-generated
|
||||
filters are as follows:</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
@ -217,6 +217,11 @@
|
||||
priority</replaceable> << 8 ) | 20.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Classify by TOS - ( <replaceable>class
|
||||
priority</replaceable> << 8 ) | 10.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Class with 'occurs' - 65535</para>
|
||||
</listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user