summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-01-15 08:21:27 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-01-15 08:21:27 +0000
commitcdf779cdd73e1f6d8fac4e7b32f6c79e1fd68208 (patch)
tree36076071994a60b2a14a459de1fbb8e94962fc5d /etc
parentca08dbf2c12a86d42edcc6df6d6703e1d9f387ca (diff)
downloadpfsense-cdf779cdd73e1f6d8fac4e7b32f6c79e1fd68208.zip
pfsense-cdf779cdd73e1f6d8fac4e7b32f6c79e1fd68208.tar.gz
Flush both SA and SPD entries
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/vpn.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index 1284106..923e632 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -610,6 +610,7 @@ EOD;
if(is_process_running("racoon")) {
/* flush SPD entries */
mwexec("/sbin/setkey -FP");
+ mwexec("/sbin/setkey -F");
$i = 0;
while($i < 2) {
/* load SPD */
OpenPOWER on IntegriCloud