forked from extern/shorewall_code
Correct minor class construction description
This commit is contained in:
parent
b5d72e6578
commit
992b0bf00f
@ -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
|
||||
|
@ -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 <minor>
|
||||
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user