Michael Tuexen wrote:
<>
(also, please don't top post)
Why not? I do that a lot...
Please read:
http://www.html-faq.com/etiquette/?toppost
It outlines the arguments quite well.
Tom1
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.or
Hi Tom,
see my comments in-line.
Best regards
Michael
On Feb 13, 2008, at 1:41 PM, Tom Evans wrote:
On Wed, 2008-02-13 at 12:55 +0100, Michael Tuexen wrote:
Hi Tom,
I want to fix the SCTP code such that you can compile without
INET6.
I also wanted to figure out if one can change the SCTP co
On Wed, 2008-02-13 at 12:55 +0100, Michael Tuexen wrote:
> Hi Tom,
>
> I want to fix the SCTP code such that you can compile without
> INET6.
>
> I also wanted to figure out if one can change the SCTP code
> such that SCTP can be build with INET6 and without INET...
> But it seems that this does
Hi Tom,
I want to fix the SCTP code such that you can compile without
INET6.
I also wanted to figure out if one can change the SCTP code
such that SCTP can be build with INET6 and without INET...
But it seems that this does not work for FreeBSD without SCTP.
Best regards
Michael
On Feb 13, 200
Michael Tuexen wrote:
Hi George,
thanks for the feedback. So I'll make sure that
one can compile SCTP with only INET enabled.
You mention nothing about SCTP in you original post.
I belive that SCTP depends on both INET and INET6.
Tom
Best regards
Michael
On Feb 12, 2008, at 3:39 PM, [EMA
Hi George,
thanks for the feedback. So I'll make sure that
one can compile SCTP with only INET enabled.
Best regards
Michael
On Feb 12, 2008, at 3:39 PM, [EMAIL PROTECTED] wrote:
At Thu, 7 Feb 2008 15:16:44 +0100,
Michael Tuexen wrote:
Dear all,
I was able to build an IPv4 only kernel by ha
At Thu, 7 Feb 2008 15:16:44 +0100,
Michael Tuexen wrote:
>
> Dear all,
>
> I was able to build an IPv4 only kernel by having
> options INET
> #options INET6
> in the kernel config file.
>
> Is it supposed to work that one can build a IPv6-only
> kernel by using
> #options INET
> options INET6
>
Dear all,
I was able to build an IPv4 only kernel by having
options INET
#options INET6
in the kernel config file.
Is it supposed to work that one can build a IPv6-only
kernel by using
#options INET
options INET6
And should I be able to compile a kernel without IPv4 and IPv6
support by using
#o