Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jun 2020 08:33:35 -0700
From:      John Baldwin <jhb@FreeBSD.org>
To:        Mark Johnston <markj@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r362338 - in head: share/man/man4 sys/conf sys/kern sys/netinet sys/netinet6 sys/netipsec sys/netpfil/pf
Message-ID:  <aebe7273-fab4-363a-6f51-6d934cf37186@FreeBSD.org>
In-Reply-To: <202006181932.05IJWZYH009560@repo.freebsd.org>
References:  <202006181932.05IJWZYH009560@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 6/18/20 12:32 PM, Mark Johnston wrote:
> Author: markj
> Date: Thu Jun 18 19:32:34 2020
> New Revision: 362338
> URL: https://svnweb.freebsd.org/changeset/base/362338
> 
> Log:
>   Add the SCTP_SUPPORT kernel option.
>   
>   This is in preparation for enabling a loadable SCTP stack.  Analogous to
>   IPSEC/IPSEC_SUPPORT, the SCTP_SUPPORT kernel option must be configured
>   in order to support a loadable SCTP implementation.
>   
>   Discussed with:	tuexen
>   MFC after:	2 weeks
>   Sponsored by:	The FreeBSD Foundation

Do you want to add similar handling to sys/conf/config.mk that we have
for IPsec?  Also, do we want to avoid building sctp.ko if it is in the
kernel like we do for ipsec.ko and/or only build it if the kernel contains
SCTP_SUPPORT?  (For ipsec.ko we had to do that as it wouldn't compile, not
sure if the same is true for sctp.ko)

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?aebe7273-fab4-363a-6f51-6d934cf37186>