Re: [lwip-users] lwip IPv6 with Unix port

2011-08-24 Thread goldsi...@gmx.de
Rahul Gundecha wrote: However now the problem is that the link-local IP address is not correctly assigned to the interface. The packets are sent with source address as IP6_ADDR_ANY. Debugging this issue further. Did you call netif_create_ip6_linklocal_address() after adding the netif? I think t

Re: [lwip-users] lwip IPv6 with Unix port

2011-08-11 Thread Kieran Mansley
On Thu, 2011-08-11 at 13:34 +0530, Rahul Gundecha wrote: > > Thanks, I see only the patches to lwip and not lwip-contrib here. Is > it fine > to use this tracker for lwip-contrib patch? Yes, that's fine. > I also wanted to know the platform on which the on-going IPv6 support > is > being tested.

Re: [lwip-users] lwip IPv6 with Unix port

2011-08-11 Thread Rahul Gundecha
On Thu, Aug 11, 2011 at 1:15 PM, Kieran Mansley wrote: > On Wed, 2011-08-10 at 16:17 +0530, Rahul Gundecha wrote: > > > > Below is the patch fixing the first two issues > > Thank you! > > > can someone point me the > > procedure to submit the patch to lwip-contrib. Is there any different > > mail

Re: [lwip-users] lwip IPv6 with Unix port

2011-08-11 Thread Kieran Mansley
On Wed, 2011-08-10 at 16:17 +0530, Rahul Gundecha wrote: > > Below is the patch fixing the first two issues Thank you! > can someone point me the > procedure to submit the patch to lwip-contrib. Is there any different > mailing list for that. Use the patch tracker on lwIP's savannah page: http

Re: [lwip-users] lwip IPv6 with Unix port

2011-08-10 Thread Rahul Gundecha
On Mon, Aug 8, 2011 at 3:39 PM, Kieran Mansley wrote: > On Mon, 2011-08-08 at 15:28 +0530, Rahul Gundecha wrote: > > Running tcpdump shows that tap0 sends Router Solicitation and Router > > Advertisements. But no other packet hits tap0 interface. > > In that case I would start looking at why the

Re: [lwip-users] lwip IPv6 with Unix port

2011-08-08 Thread Kieran Mansley
On Mon, 2011-08-08 at 15:28 +0530, Rahul Gundecha wrote: > Running tcpdump shows that tap0 sends Router Solicitation and Router > Advertisements. But no other packet hits tap0 interface. In that case I would start looking at why the lwIP end of the tap link doesn't think it has received a router a

Re: [lwip-users] lwip IPv6 with Unix port

2011-08-08 Thread Rahul Gundecha
> Date: Fri, 05 Aug 2011 10:47:41 +0100 > From: Kieran Mansley > To: Mailing list for lwIP users > Subject: Re: [lwip-users] lwip IPv6 with Unix port > Message-ID: <1312537661.2353.33.ca...@zircon.uk.level5networks.com> > Content-Type: text/plain > > On Fri, 20

Re: [lwip-users] lwip IPv6 with Unix port

2011-08-05 Thread Kieran Mansley
On Fri, 2011-08-05 at 15:12 +0530, Rahul Gundecha wrote: > Hi all, > > Have anyone used IPv6 with the Unix port for lwip? Probably not. > I am facing some issues while using IPv6 on Linux using lwip. > Is there any detailed documentation about the unix port? I went > through README which gives

[lwip-users] lwip IPv6 with Unix port

2011-08-05 Thread Rahul Gundecha
Hi all, Have anyone used IPv6 with the Unix port for lwip? I am facing some issues while using IPv6 on Linux using lwip. Is there any detailed documentation about the unix port? I went through README which gives detailed instructions for building and running the port, however no information is f