Re: Kernel compile options

2008-02-13 Thread Tom Judge
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

Re: Kernel compile options

2008-02-13 Thread Michael Tuexen
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

Re: Kernel compile options

2008-02-13 Thread Tom Evans
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

Re: Kernel compile options

2008-02-13 Thread Michael Tuexen
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

Re: Kernel compile options

2008-02-12 Thread Tom Judge
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

Re: Kernel compile options

2008-02-12 Thread Michael Tuexen
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

Re: Kernel compile options

2008-02-12 Thread gnn
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 >

Kernel compile options

2008-02-07 Thread Michael Tuexen
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