Skip to content

Commit

Permalink
net: Export fib6_get_table and nd_tbl
Browse files Browse the repository at this point in the history
Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David Ahern authored and David S. Miller committed Oct 13, 2015
1 parent ccf3c8c commit c485068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions net/ipv6/ip6_fib.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ struct fib6_table *fib6_get_table(struct net *net, u32 id)

return NULL;
}
EXPORT_SYMBOL_GPL(fib6_get_table);

static void __net_init fib6_tables_init(struct net *net)
{
Expand Down
1 change: 1 addition & 0 deletions net/ipv6/ndisc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit c485068

Please sign in to comment.