Re: Building a kernel with SCTP support

2007-06-25 Thread Randall Stewart
Kip: Yes, we have a dependancy that both IPv4 and IPv6 are present. A while ago the guy that works on the NetBSd side of the code (who I can't remember his name since he has pretty much stopped working on it.. sigh) was trying to seperate things out.. but we have never put an effort into making i

Re: Building a kernel with SCTP support

2007-06-25 Thread Randall Stewart
Cool.. I even wrote it down :-D R Steve Kargl wrote: On Sun, Jun 24, 2007 at 02:31:45PM -0700, Kip Macy wrote: Interesting - Randall - does SCTP depend on ipv6? Or did you mean to have a pipe between inet and inet6? From /sys/conf/NOTES: # # Note YOU MUST have both INET and INET6 def

Re: Building a kernel with SCTP support

2007-06-24 Thread Steve Kargl
On Sun, Jun 24, 2007 at 02:31:45PM -0700, Kip Macy wrote: > Interesting - > > Randall - does SCTP depend on ipv6? Or did you mean to have a pipe > between inet and inet6? > > >From /sys/conf/NOTES: # # Note YOU MUST have both INET and INET6 defined. # you don't have to enable V6, but SCTP is

Re: Building a kernel with SCTP support

2007-06-24 Thread Yann Berthier
On Sun, 24 Jun 2007, at 21:31, Vlad GALU wrote: >Hi list, I have SCTP, SCTP_DEBUG and SCTP_HIGH_SPEED defined in my > kernel configuration file. However, it looks that the SCTP source > files aren't even built, so the linking fails with try including INET6 and see if it helps - when i tr

Re: Building a kernel with SCTP support

2007-06-24 Thread Kip Macy
Interesting - Randall - does SCTP depend on ipv6? Or did you mean to have a pipe between inet and inet6? netinet/sctp_asconf.c optional inet inet6 sctp netinet/sctp_auth.c optional inet inet6 sctp netinet/sctp_bsd_addr.c optional inet inet6 sctp netinet/sctp_crc32.

Re: Building a kernel with SCTP support

2007-06-24 Thread Vlad GALU
On 6/25/07, Yann Berthier <[EMAIL PROTECTED]> wrote: On Sun, 24 Jun 2007, at 21:31, Vlad GALU wrote: >Hi list, I have SCTP, SCTP_DEBUG and SCTP_HIGH_SPEED defined in my > kernel configuration file. However, it looks that the SCTP source > files aren't even built, so the linking fails with

Re: Building a kernel with SCTP support

2007-06-24 Thread Vlad GALU
On 6/24/07, Kip Macy <[EMAIL PROTECTED]> wrote: > >Do I need to define additional flags in my config file? No, unless sctp_pcb.c was somehow removed from your sys/conf/files you probably need to 'make cleandepend; make depend'. It builds fine for me with those options. I did that, and t

Re: Building a kernel with SCTP support

2007-06-24 Thread Kip Macy
Do I need to define additional flags in my config file? No, unless sctp_pcb.c was somehow removed from your sys/conf/files you probably need to 'make cleandepend; make depend'. It builds fine for me with those options. -Kip ___ freebsd-net@freebs