Commit 1788f2b4 authored by Franco Fichtner's avatar Franco Fichtner

ipsec: keep filtertunnel a while longer

parent bc87933a
......@@ -130,6 +130,8 @@ function activate_sysctls()
global $config;
$sysctls = array(
'net.inet.ipsec.filtertunnel' => '1',
'net.inet6.ipsec6.filtertunnel' => '1',
'net.enc.in.ipsec_bpf_mask' => '2', /* after processing */
'net.enc.in.ipsec_filter_mask' => '2', /* after processing */
'net.enc.out.ipsec_bpf_mask' => '1', /* before processing */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment