mbox series

[net-next,0/3] ipv6: fixes for RTF_CACHE entries

Message ID cover.1508261949.git.pabeni@redhat.com
Headers show
Series ipv6: fixes for RTF_CACHE entries | expand

Message

Paolo Abeni Oct. 17, 2017, 5:40 p.m. UTC
This series addresses 3 different but related issues with RTF_CACHE introduced
by the recent refactory.

patch 1 restore redirect and pmtu route update dump
patch 2 restore the gc timer for such routes
patch 3 obsoletes the dst on removal from exception tables

Paolo Abeni (3):
  ipv6: fix route cache dump
  ipv6: start fib6 gc on RTF_CACHE dst creation
  ipv6: obsolete cached dst when removing them from fib tree

 net/ipv6/route.c | 47 ++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 40 insertions(+), 7 deletions(-)