diff options
Diffstat (limited to 'net/ipv6/route.c')
-rw-r--r-- | net/ipv6/route.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/route.c b/net/ipv6/route.c index 08b77f421268..49817555449e 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c | |||
@@ -1783,7 +1783,7 @@ static struct rt6_info *ip6_nh_lookup_table(struct net *net, | |||
1783 | }; | 1783 | }; |
1784 | struct fib6_table *table; | 1784 | struct fib6_table *table; |
1785 | struct rt6_info *rt; | 1785 | struct rt6_info *rt; |
1786 | int flags = 0; | 1786 | int flags = RT6_LOOKUP_F_IFACE; |
1787 | 1787 | ||
1788 | table = fib6_get_table(net, cfg->fc_table); | 1788 | table = fib6_get_table(net, cfg->fc_table); |
1789 | if (!table) | 1789 | if (!table) |