Re: [lwip-users] IPV6 Stack in LWIP 2.0: Is it IPv6 Ready ?

2016-10-07 Thread delamer
Hi, When I did the testing, several years back, I was going for the "IPv6 Silver" which included the core protocols. I believe all but one of the tests passed, I don't remember what was missing, but it didn't seem like a big issue for a "lightweight" stack. The Silver level is no longer

Re: [lwip-users] IPV6 Stack in LWIP 2.0: Is it IPv6 Ready ?

2016-10-07 Thread Arpit Agarwal
Hi Ivan, I am testing Core Protocols Only. For e.g. Core Protocols Section 1: (spec.p2) : In my test many of the test cases are failing due to improper neighbor cache cleanup. If I am not wrong, the reason might be non-handling of one of the transition of nd6 state machine (refer link:

Re: [lwip-users] SNMP Get request to external device from my lwIp

2016-10-07 Thread Hakan Sezgin
Thanks Simon. I will follow your advice. -- View this message in context: http://lwip.100.n7.nabble.com/SNMP-Get-request-to-external-device-from-my-lwIp-tp27492p27542.html Sent from the lwip-users mailing list archive at Nabble.com. ___ lwip-users

Re: [lwip-users] IPV6 Stack in LWIP 2.0: Is it IPv6 Ready ?

2016-10-07 Thread Simon Goldschmidt
Arpit Agarwal wrote: > [..] I am using Self Test Tool version 5.0.0 (IPv6 Phase 2 test). > Also when I analyzed reason for failed test cases [..] Would you mind sharing the results with me? I always wanted to get the tests running but I've rather put the time into other things in lwIP so far...

Re: [lwip-users] IPV6 Stack in LWIP 2.0: Is it IPv6 Ready ?

2016-10-07 Thread Arpit Agarwal
Hi, Really Sorry. I may not be able to provide full results . There are some restrictions on the test we do in lab. But surely I will try to provide details of tests failing in particular sections once I get permission from my lab. Once again really sorry. Hope you can understand. --

Re: [lwip-users] Assert-fail closing TCP listen connection

2016-10-07 Thread goldsi...@gmx.de
Norberto R. de Goes Jr. wrote: After "netcon_close", I can observer a fault: " ... Assertion "pcb->state == LISTEN" failed at line 175 in ../src/lwip_src/lwip/src/core/tcp.c ..." I cannot see an assert on this line. What version are you using? Please try git master or 2.0.0 RC2, the bug

[lwip-users] IPV6 Stack in LWIP 2.0: Is it IPv6 Ready ?

2016-10-07 Thread Arpit Agarwal
Hello All, I wanted some to know whether anyone has tested IPv6 from LWIP 2.0.0 / lwip-git head using Tahi Self Test Tool ? I see many of the test cases failing when I tried to test with the self test tool. -- Thanks & Regards, ARPIT Alumni, Department Of CSE IIT Guwahati-781039 (INDIA)

Re: [lwip-users] IPV6 Stack in LWIP 2.0: Is it IPv6 Ready ?

2016-10-07 Thread Simon Goldschmidt
Arpit Agarwal wrote: > I wanted some to know whether anyone has tested IPv6 from LWIP 2.0.0  /   > lwip-git head using Tahi Self Test Tool ? > I see many of the test cases failing when I tried to test with the self test > tool.  I remember Ivan saying he tested during development and most test

Re: [lwip-users] IPV6 Stack in LWIP 2.0: Is it IPv6 Ready ?

2016-10-07 Thread Arpit Agarwal
Hi Simon, Just for information, I am using Self Test Tool version 5.0.0 (IPv6 Phase 2 test). Also when I analyzed reason for failed test cases I found functionality missing too in the code. Also first I tested using lwip-contrib unixsim and my port, but still test cases were failing. --