]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv6/netfilter/nf_conntrack_reasm.c
[NETNS][FRAGS]: Make the nqueues counter per-namespace.
[net-next-2.6.git] / net / ipv6 / netfilter / nf_conntrack_reasm.c
index 18accd4eab063816eee99592c4c12c0d275d5d88..0b9d0097b68dd68dc5115dd8171a46112c7bdf50 100644 (file)
@@ -712,6 +712,7 @@ int nf_ct_frag6_init(void)
        nf_frags.qsize = sizeof(struct nf_ct_frag6_queue);
        nf_frags.match = ip6_frag_match;
        nf_frags.frag_expire = nf_ct_frag6_expire;
+       inet_frags_init_net(&nf_init_frags);
        inet_frags_init(&nf_frags);
 
        return 0;