summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ndisc.c
diff options
context:
space:
mode:
authorDavid Ahern2015-10-12 20:47:08 +0200
committerDavid S. Miller2015-10-13 13:55:05 +0200
commitc4850687783717fa854554965c4bc85625d0e4a8 (patch)
treef18ab30b9c5a41dd5b773f20a081c01f696e7382 /net/ipv6/ndisc.c
parentnet: Add IPv6 support to l3mdev (diff)
downloadkernel-qcow2-linux-c4850687783717fa854554965c4bc85625d0e4a8.tar.gz
kernel-qcow2-linux-c4850687783717fa854554965c4bc85625d0e4a8.tar.xz
kernel-qcow2-linux-c4850687783717fa854554965c4bc85625d0e4a8.zip
net: Export fib6_get_table and nd_tbl
Signed-off-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/ndisc.c')
-rw-r--r--net/ipv6/ndisc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/ndisc.c b/net/ipv6/ndisc.c
index b18012f9f9fc..9f8a82488223 100644
--- a/net/ipv6/ndisc.c
+++ b/net/ipv6/ndisc.c
@@ -147,6 +147,7 @@ struct neigh_table nd_tbl = {
.gc_thresh2 = 512,
.gc_thresh3 = 1024,
};
+EXPORT_SYMBOL_GPL(nd_tbl);
static void ndisc_fill_addr_option(struct sk_buff *skb, int type, void *data)
{