Re: A query regarding compilation IPv6 in SCTP library

2007-07-09 Thread Randall Stewart
sazzadur rahman wrote: Hi, Is there any way compiling SCTP library without IPv6? I have specified -UAF_INET6 in libnetworking Makefile DEFS, but it didn't work :(. I have found that there is #ifdef AF_INET6 condition in sctp_header.h and in Nope.. sorry .. the stack is dual stack only. We had

A query regarding compilation IPv6 in SCTP library

2007-07-09 Thread sazzadur rahman
Hi, Is there any way compiling SCTP library without IPv6? I have specified -UAF_INET6 in libnetworking Makefile DEFS, but it didn't work :(. I have found that there is #ifdef AF_INET6 condition in sctp_header.h and in socket.h, there is #define AF_INET6 28. So, the prior condition is a tautology.

Re: A query regarding compilation IPv6 in SCTP library

2007-07-09 Thread Peter Lei
From the "NOTES" file in /usr/src/sys/conf: # Note YOU MUST have both INET and INET6 defined. # you don't have to enable V6, but SCTP is # dual stacked and so far we have not teased apart # the V6 and V4.. since an association can span # both a V6 and V4 address at the SAME time :-) This in