mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-04 11:59:27 +01:00
Correct minor class construction description
This commit is contained in:
parent
b5d72e6578
commit
992b0bf00f
@ -109,7 +109,7 @@ None.
|
|||||||
with the mark value.
|
with the mark value.
|
||||||
|
|
||||||
- In 4.3.10, a new method is added; the mark value is logically
|
- 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
|
The WIDE_TC_MARKS option in shorewall.conf selects which
|
||||||
construction to use. WIDE_TC_MARKS=No (the default) produces
|
construction to use. WIDE_TC_MARKS=No (the default) produces
|
||||||
|
@ -748,8 +748,8 @@ ppp0 6000kbit 500kbit</programlisting>
|
|||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>The number 0x40000000 logically ORed with the MARK
|
<para>The number 0x4000 logically ORed with the MARK value.
|
||||||
value. The <command>shorewall encode</command> and
|
The <command>shorewall encode</command> and
|
||||||
<command>shorewall decode</command> commands (<ulink
|
<command>shorewall decode</command> commands (<ulink
|
||||||
url="manpages/shorewall.html">shorewall</ulink> (8)) may be
|
url="manpages/shorewall.html">shorewall</ulink> (8)) may be
|
||||||
used to translate a mark to/from a <minor>
|
used to translate a mark to/from a <minor>
|
||||||
@ -767,8 +767,9 @@ Mark = 100</programlisting>
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>The class number (if the <emphasis
|
<para>The class number (if the <emphasis
|
||||||
role="bold">classify</emphasis> option was specified in for the
|
role="bold">classify</emphasis> option was specified for the
|
||||||
interface <filename>/etc/shorewall/interfaces</filename>)</para>
|
interface in
|
||||||
|
<filename>/etc/shorewall/interfaces</filename>)</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</orderedlist>
|
</orderedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
Loading…
Reference in New Issue
Block a user