diff options
Diffstat (limited to 'net/ipv6/ip6_fib.c')
-rw-r--r-- | net/ipv6/ip6_fib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/ip6_fib.c b/net/ipv6/ip6_fib.c index bab72b6f1444..c70fd38b54b7 100644 --- a/net/ipv6/ip6_fib.c +++ b/net/ipv6/ip6_fib.c | |||
@@ -1464,7 +1464,7 @@ void fib6_run_gc(unsigned long dummy) | |||
1464 | } | 1464 | } |
1465 | gc_args.more = 0; | 1465 | gc_args.more = 0; |
1466 | 1466 | ||
1467 | ndisc_dst_gc(&gc_args.more); | 1467 | icmp6_dst_gc(&gc_args.more); |
1468 | fib6_clean_all(fib6_age, 0, NULL); | 1468 | fib6_clean_all(fib6_age, 0, NULL); |
1469 | 1469 | ||
1470 | if (gc_args.more) | 1470 | if (gc_args.more) |