A query regarding compilation IPv6 in SCTP library
sazzadur rahman
rahman.sazzadur at gmail.com
Mon Jul 9 17:19:25 UTC 2007
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. We couldn't afford removing #define AF_INET6 28 statement as
well, because it would create a lot of compilation issues then.
I would appriciate any help in this regard.
Best regards,
Sazzad.
More information about the freebsd-net
mailing list