-
Notifications
You must be signed in to change notification settings - Fork 759
Commit
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -118,9 +118,7 @@ function activate_sysctls() | |
| "net.enc.in.ipsec_bpf_mask" => "0x0002", | ||
| "net.enc.in.ipsec_filter_mask" => "0x0002", | ||
| "net.enc.out.ipsec_bpf_mask" => "0x0001", | ||
| "net.enc.out.ipsec_filter_mask" => "0x0001", | ||
| 'net.inet.carp.senderr_demotion_factor' => '0', | ||
| 'net.pfsync.carp_demotion_factor' => '0', | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
AdSchellevis
Author
Member
|
||
| "net.enc.out.ipsec_filter_mask" => "0x0001" | ||
| ); | ||
|
|
||
| if (isset($config['sysctl']['item'])) { | ||
|
|
||
We added these as per a previous ticket and it seemed to solve some issues. Are they unneeded now or was this a killing spree? Nice work nevertheless.