Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2014-10-30 20:27:06 -07:00
parent 2ffc97867c
commit a83c146636
2 changed files with 0 additions and 25 deletions

View File

@ -7920,7 +7920,6 @@ sub save_dynamic_chains() {
emit( 'if [ "$COMMAND" = restart ]; then', emit( 'if [ "$COMMAND" = restart ]; then',
" ${tool}-save --counters > \${VARDIR}/.$utility}-input", " ${tool}-save --counters > \${VARDIR}/.$utility}-input",
"fi\n" ); "fi\n" );
} }
if ( have_capability 'IPTABLES_S' ) { if ( have_capability 'IPTABLES_S' ) {

View File

@ -1142,30 +1142,6 @@
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term><emphasis role="bold">recover</emphasis></term>
<listitem>
<para>Added in Shorewall 4.6.5.</para>
<para>If SAVE_COUNTERS=Yes in <ulink
url="/manpages6/shorewall6.conf.html">shorewall6.conf</ulink>(5) and
if the file specified by the RESTOREFILE option in <ulink
url="/manpages6/shorewall6.conf.html">shorewall6.conf</ulink>(5)
exists and is executable, then the command is the same as the
<emphasis role="bold">restore</emphasis> command. Otherwise, it is
treated the same as the <emphasis role="bold">start</emphasis>
command.</para>
<para>The <option>-n</option> option causes Shorewall to avoid
updating the routing table(s).</para>
<para>The <option>-p</option> option causes the connection tracking
table to be flushed; the <command>conntrack</command> utility must
be installed to use this option.</para>
</listitem>
</varlistentry>
<varlistentry> <varlistentry>
<term><emphasis role="bold">refresh</emphasis></term> <term><emphasis role="bold">refresh</emphasis></term>