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>
This commit is contained in:
David Ahern 2015-10-12 11:47:08 -07:00 committed by David S. Miller
parent ccf3c8c3fe
commit c485068778
2 changed files with 2 additions and 0 deletions

View File

@ -264,6 +264,7 @@ struct fib6_table *fib6_get_table(struct net *net, u32 id)
return NULL; return NULL;
} }
EXPORT_SYMBOL_GPL(fib6_get_table);
static void __net_init fib6_tables_init(struct net *net) static void __net_init fib6_tables_init(struct net *net)
{ {

View File

@ -147,6 +147,7 @@ struct neigh_table nd_tbl = {
.gc_thresh2 = 512, .gc_thresh2 = 512,
.gc_thresh3 = 1024, .gc_thresh3 = 1024,
}; };
EXPORT_SYMBOL_GPL(nd_tbl);
static void ndisc_fill_addr_option(struct sk_buff *skb, int type, void *data) static void ndisc_fill_addr_option(struct sk_buff *skb, int type, void *data)
{ {