On Thu, Aug 21, 2014, at 06:05 PM, PGNd wrote:
> I'll single-step if I have to, but --

The 'clear' occurs in the 'setup_netfiler' routine

                ...
                elif [ $COMMAND = refresh ]; then
                chainlist_reload

                echo 1 > /proc/sys/net/ipv4/ip_forward
                progress_message2 IPv4 Forwarding Enabled

                run_refreshed_exit
                do_iptables -N shorewall
                do_iptables -A shorewall -m recent --set --name %CURRENTTIME
                set_state Started /usr/local/etc/shorewall/
                [ $0 = ${VARDIR}/firewall ] || cp -f $(my_pathname) 
${VARDIR}/firewall
                else
>>>             setup_netfilter
                conditionally_flush_conntrack
                ...

I suspected the use of

        RESTOREFILE=restore

in shorewall.conf was the cause, but setting that to

        RESTOREFILE=

doesn't appear to make a difference ...

------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Shorewall-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to