Add TOS to classification priority enumeration

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-09-13 07:46:52 -07:00
parent 75953a87cb
commit e02906e4f9
2 changed files with 14 additions and 4 deletions

View File

@ -200,8 +200,8 @@
<replaceable>priority</replaceable> 10 is assumed. The
<replaceable>priority</replaceable> value must be &gt; 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> &lt;&lt; 8 ) | 10.</para>
</listitem>
<listitem>
<para>Classify by TOS - ( <replaceable>class
priority</replaceable> &lt;&lt; 8 ) | 10.</para>
</listitem>
<listitem>
<para>Class with 'occurs' - 65535</para>
</listitem>

View File

@ -195,8 +195,8 @@
given, priority 11 is assumed. The priority value must be &gt;
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> &lt;&lt; 8 ) | 20.</para>
</listitem>
<listitem>
<para>Classify by TOS - ( <replaceable>class
priority</replaceable> &lt;&lt; 8 ) | 10.</para>
</listitem>
<listitem>
<para>Class with 'occurs' - 65535</para>
</listitem>