mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-18 15:46:55 +02:00
Document use of chain designators with DSCP and TOS
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
a3219f71c9
commit
feb5cc0093
@ -502,6 +502,27 @@ SAME $FW 0.0.0.0/0 tcp 80,443</programlisting>
|
|||||||
AF42 => 0x24
|
AF42 => 0x24
|
||||||
AF43 => 0x26
|
AF43 => 0x26
|
||||||
EF => 0x2e</programlisting>
|
EF => 0x2e</programlisting>
|
||||||
|
|
||||||
|
<para>May be optionally followed by ':' and a capital letter
|
||||||
|
designating the chain where classification is to occur.</para>
|
||||||
|
|
||||||
|
<variablelist>
|
||||||
|
<varlistentry>
|
||||||
|
<term>F</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>FORWARD chain.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>T</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>POSTROUTING chain (default).</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
</variablelist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -531,6 +552,27 @@ Normal-Service => 0x00</programlisting>
|
|||||||
<para>The action performed is to zero out the bits specified by
|
<para>The action performed is to zero out the bits specified by
|
||||||
the <replaceable>mask</replaceable>, then set the bits specified
|
the <replaceable>mask</replaceable>, then set the bits specified
|
||||||
by <replaceable>tos</replaceable>.</para>
|
by <replaceable>tos</replaceable>.</para>
|
||||||
|
|
||||||
|
<para>May be optionally followed by ':' and a capital letter
|
||||||
|
designating the chain where classification is to occur.</para>
|
||||||
|
|
||||||
|
<variablelist>
|
||||||
|
<varlistentry>
|
||||||
|
<term>F</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>FORWARD chain.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>T</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>POSTROUTING chain (default).</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
</variablelist>
|
||||||
</listitem>
|
</listitem>
|
||||||
</orderedlist>
|
</orderedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -399,6 +399,27 @@ SAME $FW 0.0.0.0/0 tcp 80,443</programlisting>
|
|||||||
AF42 => 0x24
|
AF42 => 0x24
|
||||||
AF43 => 0x26
|
AF43 => 0x26
|
||||||
EF => 0x2e</programlisting>
|
EF => 0x2e</programlisting>
|
||||||
|
|
||||||
|
<para>May be optionally followed by ':' and a capital letter
|
||||||
|
designating the chain where classification is to occur.</para>
|
||||||
|
|
||||||
|
<variablelist>
|
||||||
|
<varlistentry>
|
||||||
|
<term>F</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>FORWARD chain.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>T</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>POSTROUTING chain (default).</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
</variablelist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -428,6 +449,27 @@ Normal-Service => 0x00</programlisting>
|
|||||||
<para>The action performed is to zero out the bits specified by
|
<para>The action performed is to zero out the bits specified by
|
||||||
the <replaceable>mask</replaceable>, then set the bits specified
|
the <replaceable>mask</replaceable>, then set the bits specified
|
||||||
by <replaceable>tos</replaceable>.</para>
|
by <replaceable>tos</replaceable>.</para>
|
||||||
|
|
||||||
|
<para>May be optionally followed by ':' and a capital letter
|
||||||
|
designating the chain where classification is to occur.</para>
|
||||||
|
|
||||||
|
<variablelist>
|
||||||
|
<varlistentry>
|
||||||
|
<term>F</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>FORWARD chain.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>T</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>POSTROUTING chain (default).</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
</variablelist>
|
||||||
</listitem>
|
</listitem>
|
||||||
</orderedlist>
|
</orderedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user