summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-01-15 08:22:13 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-01-15 08:22:13 +0000
commit81cf1a89f3b06453b3e3c1afee6bdb446764cc06 (patch)
tree4a2439d846f6acf9c3bd24cec59c18628ef66cfe /etc
parent4311b11448ebd9618b6220594e689b054a364f41 (diff)
downloadpfsense-81cf1a89f3b06453b3e3c1afee6bdb446764cc06.zip
pfsense-81cf1a89f3b06453b3e3c1afee6bdb446764cc06.tar.gz
Flush both SA and SPD entries
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/vpn.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index 430dda9..fc404b7 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -570,7 +570,7 @@ EOD;
if(is_process_running("racoon")) {
/* flush SPD entries */
mwexec("/sbin/setkey -FP");
- // mwexec("/sbin/setkey -F");
+ mwexec("/sbin/setkey -F");
$i = 0;
while($i < 2) {
/* load SPD */
OpenPOWER on IntegriCloud