Merge branch 'l3mdev-icmp-error-route-lookup-fixes'
authorJakub Kicinski <kuba@kernel.org>
Thu, 15 Oct 2020 00:14:32 +0000 (17:14 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 15 Oct 2020 00:21:24 +0000 (17:21 -0700)
commitf8ea4a19856070c7a4fe50a079e354300765a1e6
treea03cbb350ab12ae2b5ce24898d434473c37d245b
parent1e40d75ef90c5c99d9418637cd7295fa49ecb5fb
parent1a01727676a87945bd6b9796fc5ee894c24b4fe2
Merge branch 'l3mdev-icmp-error-route-lookup-fixes'

Mathieu Desnoyers says:

====================
l3mdev icmp error route lookup fixes

Here is a series of fixes for ipv4 and ipv6 which ensure the route
lookup is performed on the right routing table in VRF configurations
when sending TTL expired icmp errors (useful for traceroute).

It includes tests for both ipv4 and ipv6.

These fixes address specifically address the code paths involved in
sending TTL expired icmp errors. As detailed in the individual commit
messages, those fixes do not address similar icmp errors related to
network namespaces and unreachable / fragmentation needed messages,
which appear to use different code paths.
====================

Link: https://lore.kernel.org/r/20201012145016.2023-1-mathieu.desnoyers@efficios.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>