Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2010 07:35:48 -0700
From:      Rob Farmer <rfarmer@predatorlabs.net>
To:        Chetan Shukla <chetan.shukla@aricent.com>
Cc:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Re: how to disable SCTP kernel in FreeBSD
Message-ID:  <AANLkTimg3uqR6hkP1T91vSC1pPN5s8cyJ_dhA%2BVf=47n@mail.gmail.com>
In-Reply-To: <DF735188ED91BD458FA0E0C17929339F959ACB35@GUREXMB01.ASIAN.AD.ARICENT.COM>
References:  <DF735188ED91BD458FA0E0C17929339F959ACB35@GUREXMB01.ASIAN.AD.ARICENT.COM>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Oct 25, 2010 at 07:11, Chetan Shukla <chetan.shukla@aricent.com> wrote:
> Hi,
> How we can disable SCTP kernel in FreeBSD.
> I tried lsmod and kldstat but neither of them worked.

lsmod is a linux command and kldstat shows modules that are loaded. In
the GENERIC kernel SCTP is compiled in, so it won't show up this way
unless you run kldstat -v (and it can't be unloaded since there's no
module).

I'm not familiar with SCTP, but I bet you can shut it off/control it
with sysctl (assuming it does anything by default).

To completely delete support for it will require building a custom kernel.

-- 
Rob Farmer



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTimg3uqR6hkP1T91vSC1pPN5s8cyJ_dhA%2BVf=47n>