Date: Sat, 1 Jul 2006 20:28:15 +0200 From: Yann Berthier <yb@bashibuzuk.net> To: Randall Stewart <rrs@cisco.com> Cc: freebsd-net@freebsd.org Subject: Re: SCTP Message-ID: <20060701182815.GD1788@bashibuzuk.net> In-Reply-To: <44A552FA.2030302@cisco.com> References: <44A552FA.2030302@cisco.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello, On Fri, 30 Jun 2006, at 12:36, Randall Stewart wrote: > Hi all: > > The following link: > > http://www.sctp.org/cvs_diff_6_30.bz2 > > Will get you a large patch that you can apply to Current that > will add SCTP. Pilot error ? freshly cvsuped src, patch applied cleanly, made sysent, and: linking kernel.debug uipc_syscalls.o(.text+0x47c8): In function `sctp_peeloff': /usr/src/sys/kern/uipc_syscalls.c:2239: undefined reference to `sctp_can_peel_off' uipc_syscalls.o(.text+0x49c2):/usr/src/sys/kern/uipc_syscalls.c:2276: undefined reference to `sctp_do_peeloff' uipc_syscalls.o(.text+0x4cd7): In function `sctp_generic_sendmsg': /usr/src/sys/kern/uipc_syscalls.c:2379: undefined reference to `sctp_lower_sosend' uipc_syscalls.o(.text+0x506c): In function `sctp_generic_recvmsg': /usr/src/sys/kern/uipc_syscalls.c:2501: undefined reference to `sctp_sorecvmsg' rtsock.o(.text+0x1799): In function `rt_newaddrmsg': /usr/src/sys/net/rtsock.c:879: undefined reference to `sctp_addr_change' in_proto.o(.data+0xa8): undefined reference to `sctp_input' in_proto.o(.data+0xb0): undefined reference to `sctp_ctlinput' in_proto.o(.data+0xb4): undefined reference to `sctp_ctloutput' in_proto.o(.data+0xbc): undefined reference to `sctp_init' in_proto.o(.data+0xc8): undefined reference to `sctp_drain' [...] bummer that, testing sctp seemed like an interesting thing for a sunny saturday evening :) many thanks for your work, - yan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060701182815.GD1788>