summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-11-05 22:05:47 +0000
committerErmal Luçi <eri@pfsense.org>2008-11-05 22:05:47 +0000
commita77018ce1b47934fcb31da7d657568241dccef27 (patch)
tree7d61ec2a3b51c556c1e82b00b34b4766306bf161 /etc
parent69e53ef07fc5928f96d66f74a94d3758774f045e (diff)
downloadpfsense-a77018ce1b47934fcb31da7d657568241dccef27.zip
pfsense-a77018ce1b47934fcb31da7d657568241dccef27.tar.gz
Change it back to 1 not sure why we should look at the packet after the outer header is added.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/system.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 5c115de..866abdb 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -38,7 +38,7 @@ function activate_sysctls() {
exec("/sbin/sysctl net.enc.out.ipsec_bpf_mask=0x00000000");
exec("/sbin/sysctl net.enc.out.ipsec_filter_mask=0x00000000");
exec("/sbin/sysctl net.enc.in.ipsec_bpf_mask=0x00000000");
- exec("/sbin/sysctl net.enc.in.ipsec_filter_mask=0x00000002");
+ exec("/sbin/sysctl net.enc.in.ipsec_filter_mask=0x00000001");
if (is_array($config['sysctl']))
foreach ($config['sysctl']['item'] as $tunable)
OpenPOWER on IntegriCloud