On Mon, Aug 16, 2010 at 7:43 AM, Dmitry Eremin-Solenikov <[email protected]> wrote: > Hello, > > 1) Could you please these into 2 patches: one that can go directly to > netdev, one that touches > serial.c, mac802154, etc. > > 2) How do you plan to implement second autoconfigured address (based > on the PAN + short addr). > You'll probably need some devaddr notifications from nl802154 or mac802154?
This patch generates the link local address at the IP level. For example: inet6 addr: fe80::2c19:25ff:fe92:e7d5/64 Scope:Link Would you want a IP link local address generated off from the PAN/short_addr? It isn't constant since it is assigned by the coordinator. I need to dig around more but it looks like the IP name service function (radvd + rpl?) should know how to map fe80:: addresses into PAN/short_addr ones and add the routing info. I was gone for a week. I have a few days next week to work on 6lowpan. I want to get it to the point where it can ping. > > On Wed, Aug 11, 2010 at 4:52 AM, Jon Smirl <[email protected]> wrote: >> Signed-off-by: Jon Smirl <[email protected]> >> --- >> drivers/ieee802154/serial.c | 54 >> +++++++++++++++++++++++++++++++++++++++++-- >> include/net/mac802154.h | 2 ++ >> net/ipv6/addrconf.c | 12 ++++++++++ >> net/mac802154/6lowpan.c | 9 ++++++- >> net/mac802154/main.c | 9 +++++++ >> 5 files changed, 83 insertions(+), 3 deletions(-) >> > > -- > With best wishes > Dmitry > -- Jon Smirl [email protected] ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Linux-zigbee-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel
