aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_fib.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/ip6_fib.c')
-rw-r--r--net/ipv6/ip6_fib.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ipv6/ip6_fib.c b/net/ipv6/ip6_fib.c
index 0e83164aa3e6..f93407cf6515 100644
--- a/net/ipv6/ip6_fib.c
+++ b/net/ipv6/ip6_fib.c
@@ -1314,7 +1314,9 @@ static int fib6_walk(struct fib6_walker_t *w)
1314 1314
1315static int fib6_clean_node(struct fib6_walker_t *w) 1315static int fib6_clean_node(struct fib6_walker_t *w)
1316{ 1316{
1317 struct nl_info info = {}; 1317 struct nl_info info = {
1318 .nl_net = &init_net,
1319 };
1318 int res; 1320 int res;
1319 struct rt6_info *rt; 1321 struct rt6_info *rt;
1320 struct fib6_cleaner_t *c = container_of(w, struct fib6_cleaner_t, w); 1322 struct fib6_cleaner_t *c = container_of(w, struct fib6_cleaner_t, w);