freebsd-dev/sys/modules/tcp
Kyle Evans f45b131296 modules: don't build ipsec/tcpmd5 if the kernel is configured for IPSEC
IPSEC_SUPPORT can currently only cope with either IPSEC || IPSEC_SUPPORT,
not both. Refrain from building if IPSEC is set, as the resulting module
won't be able to load anyways if it's built into the kernel.

KERN_OPTS is safe here; for tied modules, it will reflect the kernel
configuration. For untied modules, it will defer to whatever is set in
^/sys/conf/config.mk, which doesn't set IPSEC for modules. The latter
situation has some risk to it for uncommon scenarios, but such is the life
of untied kernel modules.

Reported by:	jenkins (a lot), O. Hartmann (once)
Generally discussed with:	imp, jhb
2020-06-02 00:32:36 +00:00
..
bbr This commit adds BBR (Bottleneck Bandwidth and RTT) congestion control. This 2019-09-24 18:18:11 +00:00
rack This commit updates rack to what is basically being used at NF as 2019-07-10 20:40:39 +00:00
tcpmd5 Honor opt_ipsec.h from kernel builds. 2020-05-29 19:21:35 +00:00
Makefile modules: don't build ipsec/tcpmd5 if the kernel is configured for IPSEC 2020-06-02 00:32:36 +00:00