Commit 8ec53e30 authored by Franco Fichtner's avatar Franco Fichtner

ipsec: filtertunnel kind of helps, but is the wrong approach

(cherry picked from commit 50f2ffad)
parent bd043392
......@@ -130,8 +130,6 @@ 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