From: alex.bluesman.smirnov@gmail.com Date: Thu, 10 May 2012 03:25:52 +0000 (+0000) Subject: 6lowpan: IPv6 link local address X-Git-Tag: v3.5-rc1~109^2~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06a4c1c55dbe5d9f7a708e8f1a52fd2ac8e5874f;p=pandora-kernel.git 6lowpan: IPv6 link local address According to the RFC4944 (Transmission of IPv6 Packets over IEEE 802.15.4 Networks), chapter 7: The IPv6 link-local address [RFC4291] for an IEEE 802.15.4 interface is formed by appending the Interface Identifier, as defined above, to the prefix FE80::/64. 10 bits 54 bits 64 bits +----------+-----------------------+----------------------------+ |1111111010| (zeros) | Interface Identifier | +----------+-----------------------+----------------------------+ This patch adds IPv6 address generation support for the 6lowpan interfaces. Signed-off-by: Alexander Smirnov Signed-off-by: David S. Miller --- Reading git-diff-tree failed