Add -f command option to stop/clear/reset

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7139 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-08-15 16:42:01 +00:00
parent c496e7463f
commit 383b8ecd32

View File

@ -60,7 +60,8 @@
<arg>-<replaceable>options</replaceable></arg> <arg>-<replaceable>options</replaceable></arg>
<arg choice="plain"><option>clear</option></arg> <arg
choice="plain"><option>clear</option><arg><option>-f</option></arg></arg>
</cmdsynopsis> </cmdsynopsis>
<cmdsynopsis> <cmdsynopsis>
@ -275,6 +276,15 @@
<arg choice="plain"><replaceable>system</replaceable></arg> <arg choice="plain"><replaceable>system</replaceable></arg>
</cmdsynopsis> </cmdsynopsis>
<cmdsynopsis>
<command>shorewall</command>
<arg>-<replaceable>options</replaceable></arg>
<arg
choice="plain"><option>reset</option><arg><option>-f</option></arg></arg>
</cmdsynopsis>
<cmdsynopsis> <cmdsynopsis>
<command>shorewall</command> <command>shorewall</command>
@ -431,7 +441,8 @@
<arg>-<replaceable>options</replaceable></arg> <arg>-<replaceable>options</replaceable></arg>
<arg choice="plain"><option>stop</option></arg> <arg
choice="plain"><option>stop</option><arg><option>-f</option></arg></arg>
</cmdsynopsis> </cmdsynopsis>
<cmdsynopsis> <cmdsynopsis>
@ -571,6 +582,12 @@
The firewall is then wide open and unprotected. Existing connections The firewall is then wide open and unprotected. Existing connections
are untouched. Clear is often used to see if the firewall is causing are untouched. Clear is often used to see if the firewall is causing
connection problems.</para> connection problems.</para>
<para>If the <option>-f</option> is given, the command will be
processed by the compiled script that executed the last successful
<emphasis role="bold">start</emphasis>, <emphasis
role="bold">restart</emphasis> or <emphasis
role="bold">refresh</emphasis> command if that script exists.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -880,6 +897,12 @@
<listitem> <listitem>
<para>All the packet and byte counters in the firewall are <para>All the packet and byte counters in the firewall are
reset.</para> reset.</para>
<para>If the <option>-f</option> is given, the command will be
processed by the compiled script that executed the last successful
<emphasis role="bold">start</emphasis>, <emphasis
role="bold">restart</emphasis> or <emphasis
role="bold">refresh</emphasis> command if that script exists.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -1162,6 +1185,12 @@
listed in <ulink listed in <ulink
url="shorewall-routestopped.html">shorewall-routestopped</ulink>(5) url="shorewall-routestopped.html">shorewall-routestopped</ulink>(5)
or by ADMINISABSENTMINDED.</para> or by ADMINISABSENTMINDED.</para>
<para>If the <option>-f</option> is given, the command will be
processed by the compiled script that executed the last successful
<emphasis role="bold">start</emphasis>, <emphasis
role="bold">restart</emphasis> or <emphasis
role="bold">refresh</emphasis> command if that script exists.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>