]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/ipv6/ah6.c
netns xfrm: state lookup in netns
[mirror_ubuntu-artful-kernel.git] / net / ipv6 / ah6.c
index 13e330d89178f6d84bbab9a1718f1498cfefc2f6..6ae014b86b69b81aa3549f9d8336154efef6808f 100644 (file)
@@ -415,7 +415,7 @@ static void ah6_err(struct sk_buff *skb, struct inet6_skb_parm *opt,
            type != ICMPV6_PKT_TOOBIG)
                return;
 
-       x = xfrm_state_lookup((xfrm_address_t *)&iph->daddr, ah->spi, IPPROTO_AH, AF_INET6);
+       x = xfrm_state_lookup(&init_net, (xfrm_address_t *)&iph->daddr, ah->spi, IPPROTO_AH, AF_INET6);
        if (!x)
                return;