net: Really fix vti6 with oif in dst lookups
authorDavid Ahern <dsa@cumulusnetworks.com>
Mon, 19 Oct 2015 15:26:05 +0000 (08:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 22 Oct 2015 02:04:54 +0000 (19:04 -0700)
commitf1900fb5eca2cf9b96837e4931165003918d7d29
tree1cf969eacead37111b6dc3eac0dec930803de3cd
parent53387c4e22ac33d27a552b3d56bad932bd32531b
net: Really fix vti6 with oif in dst lookups

6e28b000825d ("net: Fix vti use case with oif in dst lookups for IPv6")
is missing the checks on FLOWI_FLAG_SKIP_NH_OIF. Add them.

Fixes: 42a7b32b73d6 ("xfrm: Add oif to dst lookups")
Cc: Steffen Klassert <steffen.klassert@secunet.com>
Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
Acked-by: Steffen Klassert <steffen.klassert@secunet.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_output.c
net/ipv6/route.c