netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] route: Exporting ip6_route_add() so that Bluetooth 6LoWPAN can use it
@ 2013-10-30  9:17 Jukka Rissanen
  2013-10-30 17:05 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Jukka Rissanen @ 2013-10-30  9:17 UTC (permalink / raw)
  To: netdev

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
---
 net/ipv6/route.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/ipv6/route.c b/net/ipv6/route.c
index c979dd9..d7c200f 100644
--- a/net/ipv6/route.c
+++ b/net/ipv6/route.c
@@ -1662,6 +1662,7 @@ out:
 		dst_free(&rt->dst);
 	return err;
 }
+EXPORT_SYMBOL_GPL(ip6_route_add);
 
 static int __ip6_del_rt(struct rt6_info *rt, struct nl_info *info)
 {
-- 
1.7.11.7

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

* Re: [PATCH] route: Exporting ip6_route_add() so that Bluetooth 6LoWPAN can use it
  2013-10-30  9:17 [PATCH] route: Exporting ip6_route_add() so that Bluetooth 6LoWPAN can use it Jukka Rissanen
@ 2013-10-30 17:05 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2013-10-30 17:05 UTC (permalink / raw)
  To: jukka.rissanen; +Cc: netdev

From: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Date: Wed, 30 Oct 2013 11:17:17 +0200

> Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>

Sorry, no.

There is no reason that external subsystems need to add ipv6 routes
using direct calls to these functions.

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

end of thread, other threads:[~2013-10-30 17:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-30  9:17 [PATCH] route: Exporting ip6_route_add() so that Bluetooth 6LoWPAN can use it Jukka Rissanen
2013-10-30 17:05 ` David Miller

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).