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, [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 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



I have not tried and I actually doubt it.


And should I be able to compile a kernel without IPv4 and IPv6
support by using
#options INET
#options INET6



I believe this does not work either.

Best,
George



___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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 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



I have not tried and I actually doubt it.


And should I be able to compile a kernel without IPv4 and IPv6
support by using
#options INET
#options INET6



I believe this does not work either.

Best,
George



___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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
> 

I have not tried and I actually doubt it.

> And should I be able to compile a kernel without IPv4 and IPv6
> support by using
> #options INET
> #options INET6
> 

I believe this does not work either.

Best,
George
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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, 2008, at 12:12 AM, Tom Judge wrote:

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, [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 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



I have not tried and I actually doubt it.


And should I be able to compile a kernel without IPv4 and IPv6
support by using
#options INET
#options INET6



I believe this does not work either.

Best,
George


___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net- 
[EMAIL PROTECTED]"





___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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 not work for FreeBSD without SCTP.
> 
> Best regards
> Michael

To clarify: INET6 depends upon INET, you cannot have INET6 without INET.
You can have INET6 without SCTP, but you cannot (currently) have SCTP
without INET6. If you are planning on trying to get SCTP without INET6,
I'd contact Randall Stewart (rrs@), who wrote the SCTP implementation in
FreeBSD.

(also, please don't top post)

Tom2


signature.asc
Description: This is a digitally signed message part


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 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


To clarify: INET6 depends upon INET, you cannot have INET6 without  
INET.

OK. I see. Thank for the clarification.


You can have INET6 without SCTP, but you cannot (currently) have SCTP
without INET6. If you are planning on trying to get SCTP without  
INET6,
I'd contact Randall Stewart (rrs@), who wrote the SCTP  
implementation in

FreeBSD.

I did that already...



(also, please don't top post)

Why not? I do that a lot...



Tom2


___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"