netfilter: netns nf_conntrack: per-netns conntrack count
Sysctls and proc files are stubbed to init_net's one. This is temporary. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
committed by
Patrick McHardy
parent
5a1fb391d8
commit
49ac8713b6
@@ -1,6 +1,9 @@
|
||||
#ifndef __NETNS_CONNTRACK_H
|
||||
#define __NETNS_CONNTRACK_H
|
||||
|
||||
#include <asm/atomic.h>
|
||||
|
||||
struct netns_ct {
|
||||
atomic_t count;
|
||||
};
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user