Skip to content

Commit 632076a

Browse files
committed
pkg/build: enable BBLog for FreeBSD
This enables BBLog for all TCP endpoints using the CONTINUAL mode. This stores the most recent events at each TCP endpoint.
1 parent ed351ea commit 632076a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/build/freebsd.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ __EOF__
105105
cat | sudo tee -a ${tmpdir}/etc/sysctl.conf <<__EOF__
106106
net.inet.sctp.udp_tunneling_port=9899
107107
net.inet.tcp.udp_tunneling_port=9811
108+
net.inet.tcp.bb.log_auto_all=1
109+
net.inet.tcp.bb.log_auto_ratio=1
110+
net.inet.tcp.bb.log_auto_mode=1
108111
vm.redzone.panic=1
109112
__EOF__
110113

0 commit comments

Comments
 (0)