Skip to content

Commit

Permalink
ipsec: filtertunnel kind of helps, but is the wrong approach
Browse files Browse the repository at this point in the history
(cherry picked from commit 50f2ffa)
  • Loading branch information
fichtner committed Mar 17, 2017
1 parent bd04339 commit 8ec53e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/etc/inc/system.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 8ec53e3

Please sign in to comment.