commit | a702a65fc1376fc1f6757ec2a6960348af3f1876 | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Wed Oct 08 11:35:04 2008 +0200 |
committer | Patrick McHardy <kaber@trash.net> | Wed Oct 08 11:35:04 2008 +0200 |
tree | 4d44e147a76b35228a4535c9cc446c1d1bf0dddd | |
parent | 63c9a26264be108b52de087724673f8664570e34 [diff] |
netfilter: netns nf_conntrack: pass netns pointer to nf_conntrack_in() 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. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Patrick McHardy <kaber@trash.net>