Add note to manpage about refreshing individual chains

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7257 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-08-30 17:25:24 +00:00
parent b867670b4b
commit b1a7bb1131

View File

@ -840,13 +840,17 @@
the command while <command>restart</command> recreates the entire the command while <command>restart</command> recreates the entire
Netfilter ruleset. If no <replaceable>chain</replaceable> is given, Netfilter ruleset. If no <replaceable>chain</replaceable> is given,
the static blacklisting chain <emphasis the static blacklisting chain <emphasis
role="bold">blacklst</emphasis> is assumed.</para> role="bold">blacklst</emphasis> is assumed.<note>
<para>Specifying chains in the command requires Shorewall-perl
4.0.3 or later. Earlier versions only refresh the <emphasis
role="bold">blacklst</emphasis> chain.</para>
</note></para>
<para> The listed chains are assumed to be in the filter table. You <para>The listed chains are assumed to be in the filter table. You
can refresh chains in other tables by prefixing the chain name with can refresh chains in other tables by prefixing the chain name with
the table name followed by ":" (e.g., nat:net_dnat). Chain names the table name followed by ":" (e.g., nat:net_dnat). Chain names
which follow are assumed to be in that table until the end of the which follow are assumed to be in that table until the end of the
list or until an entry in the list names another table. </para> list or until an entry in the list names another table.</para>
<para>Example:<programlisting><command>shorewall refresh net2fw nat:net_dnat</command> #Refresh the 'net2loc' chain in the filter table and the 'net_dnat' chain in the nat table</programlisting></para> <para>Example:<programlisting><command>shorewall refresh net2fw nat:net_dnat</command> #Refresh the 'net2loc' chain in the filter table and the 'net_dnat' chain in the nat table</programlisting></para>
</listitem> </listitem>