]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd08eb1ad38095e4a59a7505989dee0938ecdd026
tree1cf969eacead37111b6dc3eac0dec930803de3cd
parent749f6f61b612ab7a688dc9abdbfba2f0c8b509ec
net: Really fix vti6 with oif in dst lookups

9c0a132059f9 ("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: 4fb8ab9aa1a2 ("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