netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Bluetooth 6LoWPAN and routing
@ 2013-10-24  6:45 Jukka Rissanen
  2013-10-24 11:55 ` Hannes Frederic Sowa
  2013-10-24 12:25 ` Alexander Aring
  0 siblings, 2 replies; 10+ messages in thread
From: Jukka Rissanen @ 2013-10-24  6:45 UTC (permalink / raw)
  To: netdev

Hi,

I have been prototyping with BT 6LoWPAN support (using this draft 
http://tools.ietf.org/html/draft-ietf-6lowpan-btle-12 as a reference). I 
sent first version yesterday to linux-bluetooth ml 
http://thread.gmane.org/gmane.linux.bluez.kernel/39394

In this current prototype, after the BT connection is created, the code 
set ups the virtual network interface, sets the IPv6 LL address for it 
and creates an IPv6 route to peer (the BT 6LoWPAN connections are 
point-to-point connections). I am using ip6_route_add() function from 
net/ipv6/route.c file to do that. Unfortunately that function is not 
exported so I GPL exported it for this prototype. Will this kind of 
export accepted in upstream or should I figure out some other way to 
create the desired route?


-- 
Cheers,
Jukka

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-11-06 14:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-24  6:45 Bluetooth 6LoWPAN and routing Jukka Rissanen
2013-10-24 11:55 ` Hannes Frederic Sowa
2013-10-24 12:25 ` Alexander Aring
2013-10-24 12:48   ` Jukka Rissanen
2013-11-04 21:46     ` Claudio Takahasi
2013-11-04 22:53       ` Alexander Aring
2013-11-05  8:36       ` Jukka Rissanen
2013-11-05  8:52         ` Alexander Aring
2013-11-05  8:55         ` Alexander Aring
2013-11-06 14:17           ` Claudio Takahasi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).