mbox series

[net,0/2] ipv6: Fix listing and flushing of cached route exceptions

Message ID cover.1559851514.git.sbrivio@redhat.com
Headers show
Series ipv6: Fix listing and flushing of cached route exceptions | expand

Message

Stefano Brivio June 6, 2019, 8:13 p.m. UTC
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.

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()

 net/ipv6/ip6_fib.c | 10 ++++------
 net/ipv6/route.c   | 38 +++++++++++++++++++++++++++++++++++---
 2 files changed, 39 insertions(+), 9 deletions(-)