]> 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)
commit80895bcd0fdc235ce594e2e9ed31204ddf183069
tree1cf969eacead37111b6dc3eac0dec930803de3cd
parent432d5ec08000cd5ac5a8504123bd09fa48d291e7
net: Really fix vti6 with oif in dst lookups

e45bb4ab9528 ("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: c2aa866fb2cf ("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