Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: Fix vti use case with oif in dst lookups for IPv6
It occurred to me yesterday that 741a11d ("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 58189ca did not the IPv6 change at the time it was submitted. Fixes: 42a7b32 ("xfrm: Add oif to dst lookups") Signed-off-by: David Ahern <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information