[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 03605) two nf_conntrack_get_reasm() in skb_clone()
- To: usagi-users@xxxxxxxxxxxxxx
- Subject: (usagi-users 03605) two nf_conntrack_get_reasm() in skb_clone()
- From: Olivier MATZ <olivier.matz@xxxxxxxxx>
- Date: Fri, 17 Feb 2006 11:38:42 +0100
- Reply-to: usagi-users@xxxxxxxxxxxxxx
- User-agent: Debian Thunderbird 1.0.7 (X11/20051017)
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