summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2009-07-14 10:57:07 +0200
committerSeth Mos <seth.mos@xs4all.nl>2009-07-14 10:57:07 +0200
commitfc097300d8ce6deae702f07391bfc8be8bdf1a87 (patch)
treef4f7b6d9cce0af0968c81a92e6a7dea5e94eccdf /etc
parent2b8c84e6bc3ebc1801c55030b78c4e33419d7816 (diff)
downloadpfsense-fc097300d8ce6deae702f07391bfc8be8bdf1a87.zip
pfsense-fc097300d8ce6deae702f07391bfc8be8bdf1a87.tar.gz
Do not send a HUP to racoon as that causes issue with initial
configuration loading.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/vpn.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index dd2dbd4..b1620c4 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -837,9 +837,6 @@ EOD;
sleep("0.1");
/* load SPD */
mwexec("/usr/local/sbin/setkey -f {$g['varetc_path']}/spd.conf", false);
- /* We are already online, reload */
- sleep("0.1");
- mwexec("/usr/bin/killall -HUP racoon", false);
/* start dnswatch, if necessary */
if (count($dnswatch_list) > 0) {
OpenPOWER on IntegriCloud