diff --git a/Shorewall/Perl/Shorewall/Chains.pm b/Shorewall/Perl/Shorewall/Chains.pm index a64fa8fe7..bf136745c 100644 --- a/Shorewall/Perl/Shorewall/Chains.pm +++ b/Shorewall/Perl/Shorewall/Chains.pm @@ -7920,7 +7920,6 @@ sub save_dynamic_chains() { emit( 'if [ "$COMMAND" = restart ]; then', " ${tool}-save --counters > \${VARDIR}/.$utility}-input", "fi\n" ); - } if ( have_capability 'IPTABLES_S' ) { diff --git a/Shorewall6/manpages/shorewall6.xml b/Shorewall6/manpages/shorewall6.xml index bda02476b..15b8a7059 100644 --- a/Shorewall6/manpages/shorewall6.xml +++ b/Shorewall6/manpages/shorewall6.xml @@ -1142,30 +1142,6 @@ - - recover - - - Added in Shorewall 4.6.5. - - If SAVE_COUNTERS=Yes in shorewall6.conf(5) and - if the file specified by the RESTOREFILE option in shorewall6.conf(5) - exists and is executable, then the command is the same as the - restore command. Otherwise, it is - treated the same as the start - command. - - The option causes Shorewall to avoid - updating the routing table(s). - - The option causes the connection tracking - table to be flushed; the conntrack utility must - be installed to use this option. - - - refresh