(usagi-users 03605) two nf_conntrack_get_reasm() in skb_clone()
Olivier MATZ <[email protected]>
| Newsgroups | gmane.linux.ipv6.usagi.users |
|---|---|
| Message-ID | <[email protected]> |
Hi, in skb_clone(), the following code is done twice : #if defined(CONFIG_NF_CONNTRACK) || defined(CONFIG_NF_CONNTRACK_MODULE) C(nfct_reasm); nf_conntrack_get_reasm(skb->nfct_reasm); #endif These lines were added when the new nf_conntrack subsystem was commited. I think it can be a bug, can you please have a look at it ? Thanks Olivier