summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-19 05:27:51 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-19 05:27:51 +0000
commit82d046c54bd86494636f7a68056e49d2fc749c9f (patch)
tree01aae2f7e6ab10872aeb91083a880ab35e3dc7d5
parent851e7d41a668d338c7a9cc8ddecefb5ea0b771f6 (diff)
downloadpfsense-82d046c54bd86494636f7a68056e49d2fc749c9f.zip
pfsense-82d046c54bd86494636f7a68056e49d2fc749c9f.tar.gz
Do not destroy enc0
-rw-r--r--etc/inc/vpn.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index 1eb79cd..ac5a6d3 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -1083,7 +1083,6 @@ function vpn_ipsec_force_reload() {
/* kill any ipsec communications regardless when we are invoked */
mwexec("/sbin/ifconfig enc0 down");
- mwexec("/sbin/ifconfig enc0 destroy");
/* kill racoon */
mwexec("/usr/bin/killall racoon", true);
OpenPOWER on IntegriCloud