summaryrefslogtreecommitdiffstats
path: root/etc/inc/vpn.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-13 12:32:54 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-13 12:32:54 +0000
commita15b7fdb47a84cee231c27f0086193a7026132eb (patch)
treec468fcf37cefb18cee0fabc83c06b3d2522fbad3 /etc/inc/vpn.inc
parent5b0ba14d9cd9333810ddd88563e084fb31123515 (diff)
downloadpfsense-a15b7fdb47a84cee231c27f0086193a7026132eb.zip
pfsense-a15b7fdb47a84cee231c27f0086193a7026132eb.tar.gz
Enable hardware IPSEC
Diffstat (limited to 'etc/inc/vpn.inc')
-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 a67a8b0..6e984be 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -93,6 +93,7 @@ function vpn_ipsec_configure($ipchg = false) {
if(stristr($dmesg_boot, "ACE")) {
echo "[VIA Padlock] ";
mwexec("/sbin/kldload padlock");
+ mwexec("sysctl net.inet.ipsec.crypto_support=1");
}
}
OpenPOWER on IntegriCloud