mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-23 08:03:11 +01:00
Convert a simplelist to a variablelist in the Accounting manpage
This commit is contained in:
parent
4e7f656a5b
commit
3dd674a738
@ -99,16 +99,28 @@
|
|||||||
the output of <command>shorewall show
|
the output of <command>shorewall show
|
||||||
capabilities</command>).</para>
|
capabilities</command>).</para>
|
||||||
|
|
||||||
<simplelist>
|
<variablelist>
|
||||||
<member><replaceable>table</replaceable> is the name of an
|
<varlistentry>
|
||||||
accounting table (you choose the name). All rules specifying
|
<term><replaceable>table</replaceable></term>
|
||||||
the same table will have their per-IP counters accumulated
|
|
||||||
in that table.</member>
|
|
||||||
|
|
||||||
<member><replaceable>network</replaceable> is an IPv4
|
<listitem>
|
||||||
network in CIDR notation. The network can be as large as a
|
<para>is the name of an accounting table (you choose the
|
||||||
/8 (class A).</member>
|
name). All rules specifying the same name will have
|
||||||
</simplelist>
|
their per-IP counters accumulated in the same
|
||||||
|
table.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><replaceable>network</replaceable></term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>is an IPv4 network in CIDR notation (e.g.,
|
||||||
|
192.168.1.0/24). The network can be as large as a /8
|
||||||
|
(class A).</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
</variablelist>
|
||||||
|
|
||||||
<para>One nice feature of per-IP accounting is that the
|
<para>One nice feature of per-IP accounting is that the
|
||||||
counters survive <command>shorewall restart</command>. This
|
counters survive <command>shorewall restart</command>. This
|
||||||
|
Loading…
Reference in New Issue
Block a user