commit | 9b03f38d0487f3908696242286d934c9b38f9d2a | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Wed Oct 08 11:35:03 2008 +0200 |
committer | Patrick McHardy <kaber@trash.net> | Wed Oct 08 11:35:03 2008 +0200 |
tree | 8f45ef997e2badfe7c534b6991f3a4816905e4d3 | |
parent | b21f89019399ff75d9c239010e38b840eb6e01e7 [diff] |
netfilter: netns nf_conntrack: per-netns expectations Make per-netns a) expectation hash and b) expectations count. Expectations always belongs to netns to which it's master conntrack belong. This is natural and doesn't bloat expectation. Proc files and leaf users are stubbed to init_net, this is temporary. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Patrick McHardy <kaber@trash.net>