Re: SCTP, possible bug in peer authentication key

2009-01-29 Thread Michael Tüxen
Hi Yann, very good catch! You are right. I have committed your patch to Randalls repository, so it will show up in the FreeBSD sources soon (next time he syncs them)... Best regards Michael On Jan 28, 2009, at 8:51 PM, Yann WANWANSCAPPEL wrote: Hi all, I think I found a bug in the SCTP auth

Re: SCTP, possible bug in peer authentication key

2009-01-29 Thread Peter Lei
There's a corresponding change that is needed for pulling the auth info out of the cookie for the other direction (i.e. server side handling). I've committed that into the SCTP project repo, and should also get in with Randall's next commit. --peter On Jan 29, 2009, at 2:23 AM, Michael Tüxe

Re: SCTP, possible bug in peer authentication key

2009-01-29 Thread Michael Tüxen
Hi Peter, good catch! Best regards Michael On Jan 29, 2009, at 6:29 PM, Peter Lei wrote: There's a corresponding change that is needed for pulling the auth info out of the cookie for the other direction (i.e. server side handling). I've committed that into the SCTP project repo, and sho

Re: iwi doesn't see a wireless network

2009-01-29 Thread Adam K Kirchhoff
On Wed, 28 Jan 2009 04:23:15 -0500 Adam K Kirchhoff wrote: > On Tue, 27 Jan 2009 19:17:38 -0800 > Sam Leffler wrote: > > > Adam K Kirchhoff wrote: > > > I'm trying to get my laptop to connect to the wireless access point at > > > work. It has a Intel Pro Wireless 2200BG minipci card, and can >

Certain traffic not being routed as expected

2009-01-29 Thread Steve Bertrand
Hi everyone, I have a strange issue, and am hoping that I am just missing something simple. I apologize for the length, but I'm at a complete loss. I learn the IPv4 BOGON from Cymru via BGP, and here is one route currently in my routing table: 192.168.0.0/16 192.168.222.1 UG1 0

Re: Certain traffic not being routed as expected

2009-01-29 Thread Steve Bertrand
Steve Bertrand wrote: > Hi everyone, ...hrm...never mind. I was trying too hard to think again... The traffic was allowed through, obviously because the _destination_ is allowed to be routed. I have no idea why I had such a lapse of sense ;) Sorry for the noise. *hangs head* Steve

RE: SCTP, possible bug in peer authentication key

2009-01-29 Thread Muggeridge, Matt
> I think I found a bug in the SCTP authentication code, in > sctp_load_addresses_from_init() in sctp_pcb.c I noticed the same calculation appears in sctp_auth.c:sctp_auth_get_cookie_params(). Does this fix also need to be applied there? Cheers, Matt. -Original Message- From: Michael