# This patch fixes the problem, to disable and stop the complete IPSec service # by using the Webinterface. --- vpnmain.cgi_old 2012-08-07 12:58:31.701086700 +0200 +++ vpnmain.cgi 2012-08-07 12:55:44.627624624 +0200 @@ -436,6 +436,7 @@ goto SAVE_ERROR; } + $vpnsettings{'ENABLED'} = $cgiparams{'ENABLED'}; $vpnsettings{'VPN_IP'} = $cgiparams{'VPN_IP'}; $vpnsettings{'VPN_DELAYED_START'} = $cgiparams{'VPN_DELAYED_START'}; $vpnsettings{'RW_NET'} = $cgiparams{'RW_NET'};