Re: [PATCH 07/33] netns ct: pass netns pointer to nf_conntrack_in()
From: Patrick McHardy <hidden>
Date: 2008-09-09 05:52:15
Also in:
netfilter-devel
From: Patrick McHardy <hidden>
Date: 2008-09-09 05:52:15
Also in:
netfilter-devel
Alexey Dobriyan wrote:
It's deducible from skb->dev or skb->dst->dev, but we know netns at the moment of call, so pass it down and use for finding and creating conntracks.
Applied, thanks.