]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: Fix vti use case with oif in dst lookups for IPv6
authorDavid Ahern <dsa@cumulusnetworks.com>
Mon, 5 Oct 2015 14:32:51 +0000 (08:32 -0600)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Oct 2015 11:25:03 +0000 (04:25 -0700)
commit6e28b000825d959cb0c0b8fea8c2f132ddc516dc
tree156fa4372a9f981d1a60e0d21057f672fbc71966
parent90d2c056bd85bbb47104c52e08eecf8408163a54
net: Fix vti use case with oif in dst lookups for IPv6

It occurred to me yesterday that 741a11d9e4103 ("net: ipv6: Add
RT6_LOOKUP_F_IFACE flag if oif is set") means that xfrm6_dst_lookup
needs the FLOWI_FLAG_SKIP_NH_OIF flag set. This latest commit causes
the oif to be considered in lookups which is known to break vti. This
explains why 58189ca7b274 did not the IPv6 change at the time it was
submitted.

Fixes: 42a7b32b73d6 ("xfrm: Add oif to dst lookups")
Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/xfrm6_policy.c