commit | 221df1ed33c9284fc7a6f6e47ca7f8d5f3665d43 | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Tue Nov 25 17:30:50 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 25 17:30:50 2008 -0800 |
tree | 1961ab9f9061b595e10449a24e7275d91f422de2 | |
parent | 0e6024519b4da2d9413b97be1de8122d5709ccc1 [diff] [blame] |
netns xfrm: state lookup in netns Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/ipv6/xfrm6_input.c b/net/ipv6/xfrm6_input.c index a71c7dd..b69766a 100644 --- a/net/ipv6/xfrm6_input.c +++ b/net/ipv6/xfrm6_input.c
@@ -100,7 +100,7 @@ break; } - x = xfrm_state_lookup_byaddr(dst, src, proto, AF_INET6); + x = xfrm_state_lookup_byaddr(&init_net, dst, src, proto, AF_INET6); if (!x) continue;