aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorMark Johnston <markjdb@gmail.com>2021-05-07 13:37:21 -0400
committerMark Johnston <markjdb@gmail.com>2021-05-11 14:31:10 -0400
commitb3c3bb8e115e28ac78d37da1ee8931351d6cb113 (patch)
tree433bcef8e04b4a5bc3df6a2780b6844aa10b819c /pkg
parent9a77696de7e2f6acde8199ec1b7460a4ad5ecd0f (diff)
pkg/build: enable KTLS on FreeBSD
Diffstat (limited to 'pkg')
-rw-r--r--pkg/build/freebsd.go2
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__