forked from extern/shorewall_code
Document COUNT rules
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9438 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
bfc3b2d82b
commit
a0c2371a5d
@ -30,7 +30,7 @@
|
|||||||
connection tracking. For any particular (source,dest) pair of zones, the
|
connection tracking. For any particular (source,dest) pair of zones, the
|
||||||
rules are evaluated in the order in which they appear in this file and the
|
rules are evaluated in the order in which they appear in this file and the
|
||||||
first terminating match is the one that determines the disposition of the
|
first terminating match is the one that determines the disposition of the
|
||||||
request. All rules are terminating except LOG and QUEUE rules.</para>
|
request. All rules are terminating except LOG and COUNT rules.</para>
|
||||||
|
|
||||||
<warning>
|
<warning>
|
||||||
<para>If you masquerade or use SNAT from a local system to the internet,
|
<para>If you masquerade or use SNAT from a local system to the internet,
|
||||||
@ -145,7 +145,7 @@
|
|||||||
role="bold">CONTINUE</emphasis>[<option>!</option>]|<emphasis
|
role="bold">CONTINUE</emphasis>[<option>!</option>]|<emphasis
|
||||||
role="bold">LOG</emphasis>|<emphasis
|
role="bold">LOG</emphasis>|<emphasis
|
||||||
role="bold">QUEUE</emphasis>[<option>!</option>]|<emphasis
|
role="bold">QUEUE</emphasis>[<option>!</option>]|<emphasis
|
||||||
role="bold">NFQUEUE</emphasis>[<emphasis
|
role="bold">NFQUEUE[!]</emphasis>|COUNT[<emphasis
|
||||||
role="bold">(</emphasis><emphasis>queuenumber</emphasis><emphasis
|
role="bold">(</emphasis><emphasis>queuenumber</emphasis><emphasis
|
||||||
role="bold">)</emphasis>]<emphasis
|
role="bold">)</emphasis>]<emphasis
|
||||||
role="bold">|COMMENT</emphasis>|<emphasis>action</emphasis>|<emphasis>macro</emphasis>[<emphasis
|
role="bold">|COMMENT</emphasis>|<emphasis>action</emphasis>|<emphasis>macro</emphasis>[<emphasis
|
||||||
@ -390,6 +390,15 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>COUNT</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Simply increment the rule's packet and byte count and
|
||||||
|
pass the packet to the next rule.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis role="bold">COMMENT</emphasis></term>
|
<term><emphasis role="bold">COMMENT</emphasis></term>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user