Hello all,
I built a custom kernel with TCP_FASTOPEN for Bind and am wondering why freebsd-update fetch is showing kernel updates for Generic.
Here are my steps for custom kernel:
FreeBSD Info:
I built a custom kernel with TCP_FASTOPEN for Bind and am wondering why freebsd-update fetch is showing kernel updates for Generic.
Here are my steps for custom kernel:
Code:
cd /usr/src/sys/amd64/conf
cp GENERIC TCPOPEN
mv TCPOPEN /root/kernels/TCPOPEN
ln -s /root/kernels/TCPOPEN
cd /root/kernels/
===================================
vi TCPOPEN
# TFO TCP Fast Open TCP_FASTOPEN
options TCP_RFC7413
===================================
cd /usr/src
make buildkernel KERNCONF=TCPOPEN
make installkernel KERNCONF=TCPOPEN
FreeBSD Info:
Code:
The following files will be updated as part of updating to 11.1-RELEASE-p1:
/boot/kernel/kernel
/boot/kernel/pf.ko
/usr/lib/debug/boot/kernel/kernel.debug
/usr/lib/debug/boot/kernel/pf.ko.debug
root@vmhost:/usr/src/sys/amd64/conf # uname -a
FreeBSD vmhost 11.1-RELEASE-p1 FreeBSD 11.1-RELEASE-p1 #1: Mon Aug 21 02:31:07 CDT 2017 root@vmhost:/usr/obj/usr/src/sys/TCPOPEN amd64