Merge branch 'net-fix-the-mirred-packet-drop-due-to-the-incorrect-dst'
authorJakub Kicinski <kuba@kernel.org>
Wed, 17 Nov 2021 03:17:41 +0000 (19:17 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 17 Nov 2021 03:17:42 +0000 (19:17 -0800)
Xin Long says:

====================
net: fix the mirred packet drop due to the incorrect dst

This issue was found when using OVS HWOL on OVN-k8s. These packets
dropped on rx path were seen with output dst, which should've been
dropped from the skbs when redirecting them.

The 1st patch is to the fix and the 2nd is a selftest to reproduce
and verify it.
====================

Link: https://lore.kernel.org/r/cover.1636734751.git.lucien.xin@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge