diff options
| author | Mark Johnston <markjdb@gmail.com> | 2021-05-07 13:37:21 -0400 |
|---|---|---|
| committer | Mark Johnston <markjdb@gmail.com> | 2021-05-11 14:31:10 -0400 |
| commit | b3c3bb8e115e28ac78d37da1ee8931351d6cb113 (patch) | |
| tree | 433bcef8e04b4a5bc3df6a2780b6844aa10b819c /pkg | |
| parent | 9a77696de7e2f6acde8199ec1b7460a4ad5ecd0f (diff) | |
pkg/build: enable KTLS on FreeBSD
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/build/freebsd.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/build/freebsd.go b/pkg/build/freebsd.go index ba961dfe9..864de71d3 100644 --- a/pkg/build/freebsd.go +++ b/pkg/build/freebsd.go @@ -82,6 +82,8 @@ tcp_rack_load="YES" sem_load="YES" mqueuefs_load="YES" cryptodev_load="YES" + +kern.ipc.tls.enable="1" __EOF__ cat | sudo tee -a ${tmpdir}/etc/sysctl.conf <<__EOF__ |
