Hi Ralph,

Le 11.04.2013 13:51, Ralph Droms a écrit :
> 
> These patches fix link-local address uncompression, for both source
> and destination addresses.
> 
> - Ralph
> 
> Ralph Droms (3):
>   net/ieee802154: 6lowpan.c: Fixes for stateless address decompression
>     to use MAC address
>   net/ieee802154: 6lowpan.c: This patch fixes source address
>     uncompression to send the MAC address to lowpan_uncompress_addr
>   net/ieee802154: 6lowpan.c: This patch fixes destination address
>     uncompression to send the MAC address to lowpan_uncompress_addr
> 
>  net/ieee802154/6lowpan.c |   53 +++++++++++++++++++++++++++------------------
>  1 files changed, 32 insertions(+), 21 deletions(-)

The patches fix the "ICMPv6 checksum failed" I was getting when using
SLAAC addresses.

The patches content look ok for me apart from a few minor typos (RFC
number and "contex" which is missing a "t". I would also suggest making
the patch title a bit less verbose.

Please note that this patch doesn't allow me to use fragmented packets
when using SLAAC addresses. e.g.

$ping6 -s 4 fe80::200:0:0:1%lowpan0   => WORKS OK
$ping6 -s 200 fe80::200:0:0:1%lowpan0 => DOESN'T WORK

But if I add another "link-local" address to the 6lowpan interface on
each system:

system 1 : $ip -6 addr add dev lowpan0 fe80::1
system 2 : $ip -6 addr add dev lowpan0 fe80::2

Then  from system 2 :

$ping6 -s 4 fe80::1%lowpan0    => WORKS OK
$ping6 -s 200 fe80::1%lowpan0  => WORKS OK

I don't have the hardware to test contiki's interoperability.

Best regards,

-- 
Christophe Aeschlimann

Embedded Software Engineer & IT Manager
ACN Advanced Communications Networks S.A.
2000 - Neuchâtel, Switzerland
Tel. +41 32 724 74 31

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Linux-zigbee-devel mailing list
Linux-zigbee-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel

Reply via email to