]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ipv6-fixes-for-RTF_CACHE-entries'
authorDavid S. Miller <davem@davemloft.net>
Sat, 21 Oct 2017 00:39:11 +0000 (01:39 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 21 Oct 2017 00:39:11 +0000 (01:39 +0100)
commit38f34b2d30555593423e03ebc73bf1e6d6920588
tree50297ab528d0e1eacc1ec9f34f1698500327c263
parent3cdca4d409c3cf6cb508cb1fde7d47b7c8285150
parent1aa0e397c3f57f118b1d4241ea0781b35676b344
Merge branch 'ipv6-fixes-for-RTF_CACHE-entries'

Paolo Abeni says:

====================
ipv6: fixes for RTF_CACHE entries

This series addresses 2 different but related issues with RTF_CACHE
introduced by the recent refactory.

patch 1 restore the gc timer for such routes
patch 2 removes the aged out dst from the fib tree, properly coping with pMTU
routes

v1 -> v2:
 - dropped the  for ip route show cache
 - avoid touching dst.obsolete when the dst is aged out

v2 -> v3:
 - take care of pMTU exceptions
====================

Signed-off-by: David S. Miller <davem@davemloft.net>