summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_fib.c
diff options
context:
space:
mode:
authorDavid Ahern <dsa@cumulusnetworks.com>2016-05-04 21:46:12 -0700
committerDavid S. Miller <davem@davemloft.net>2016-05-06 15:51:47 -0400
commitb3b4663c973bf11ef19243fa4f1a544cbdc2fa8e (patch)
tree6732d3a50a98f9009e8eea89c362cd4ea49441f0 /net/ipv6/ip6_fib.c
parentf37bd0cced37189fc5dd34a85c90710700fd38d5 (diff)
downloadop-kernel-dev-b3b4663c973bf11ef19243fa4f1a544cbdc2fa8e.zip
op-kernel-dev-b3b4663c973bf11ef19243fa4f1a544cbdc2fa8e.tar.gz
net: vrf: Create FIB tables on link create
Tables have to exist for VRFs to function. Ensure they exist when VRF device is created. Signed-off-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/ip6_fib.c')
-rw-r--r--net/ipv6/ip6_fib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/ip6_fib.c b/net/ipv6/ip6_fib.c
index ea071fa..1bcef23 100644
--- a/net/ipv6/ip6_fib.c
+++ b/net/ipv6/ip6_fib.c
@@ -240,6 +240,7 @@ struct fib6_table *fib6_new_table(struct net *net, u32 id)
return tb;
}
+EXPORT_SYMBOL_GPL(fib6_new_table);
struct fib6_table *fib6_get_table(struct net *net, u32 id)
{
OpenPOWER on IntegriCloud