Correct minor class construction description

This commit is contained in:
Tom Eastep 2009-05-02 07:03:25 -07:00
parent b5d72e6578
commit 992b0bf00f
2 changed files with 6 additions and 5 deletions

View File

@ -109,7 +109,7 @@ None.
with the mark value.
- In 4.3.10, a new method is added; the mark value is logically
ORed with 0x40000000;
ORed with 0x4000.
The WIDE_TC_MARKS option in shorewall.conf selects which
construction to use. WIDE_TC_MARKS=No (the default) produces

View File

@ -748,8 +748,8 @@ ppp0 6000kbit 500kbit</programlisting>
<itemizedlist>
<listitem>
<para>The number 0x40000000 logically ORed with the MARK
value. The <command>shorewall encode</command> and
<para>The number 0x4000 logically ORed with the MARK value.
The <command>shorewall encode</command> and
<command>shorewall decode</command> commands (<ulink
url="manpages/shorewall.html">shorewall</ulink> (8)) may be
used to translate a mark to/from a &lt;minor&gt;
@ -767,8 +767,9 @@ Mark = 100</programlisting>
<listitem>
<para>The class number (if the <emphasis
role="bold">classify</emphasis> option was specified in for the
interface <filename>/etc/shorewall/interfaces</filename>)</para>
role="bold">classify</emphasis> option was specified for the
interface in
<filename>/etc/shorewall/interfaces</filename>)</para>
</listitem>
</orderedlist>
</listitem>