The commands 'ip -6 route list cache' and 'ip -6 route flush cache' don't work at all after route exceptions have been moved to a separate hash table in commit 2b760fcf5cfb ("ipv6: hook up exception table to store dst cache"). Fix that.
v2: Add count of routes handled in partial dumps, and skip them, in patch 1/2. Stefano Brivio (2): ipv6: Dump route exceptions too in rt6_dump_route() ip6_fib: Don't discard nodes with valid routing information in fib6_locate_1() include/net/ip6_fib.h | 1 + include/net/ip6_route.h | 2 +- net/ipv6/ip6_fib.c | 27 ++++++++++++----- net/ipv6/route.c | 65 +++++++++++++++++++++++++++++++++++++---- 4 files changed, 80 insertions(+), 15 deletions(-) -- 2.20.1