]> err.no Git - linux-2.6/blobdiff - net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c
Merge git://git.infradead.org/hdrcleanup-2.6
[linux-2.6] / net / ipv6 / netfilter / nf_conntrack_l3proto_ipv6.c
index 93bae36f2663e03370e8016da83ae4a43843e6ad..2a71c3b669f17993b562cd1875a7b4f04e082b38 100644 (file)
@@ -189,7 +189,7 @@ static unsigned int ipv6_confirm(unsigned int hooknum,
 
        /* This is where we call the helper: as the packet goes out. */
        ct = nf_ct_get(*pskb, &ctinfo);
-       if (!ct)
+       if (!ct || ctinfo == IP_CT_RELATED + IP_CT_IS_REPLY)
                goto out;
 
        help = nfct_help(ct);