netfilter: conntrack: use a single expectation table for all namespaces
We already include netns address in the hash and compare the netns pointers during lookup, so even if namespaces have overlapping addresses entries will be spread across the expectation table. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
This commit is contained in:
committed by
Pablo Neira Ayuso
parent
a9a083c387
commit
0a93aaedc4
@@ -10,6 +10,7 @@
|
||||
|
||||
extern unsigned int nf_ct_expect_hsize;
|
||||
extern unsigned int nf_ct_expect_max;
|
||||
extern struct hlist_head *nf_ct_expect_hash;
|
||||
|
||||
struct nf_conntrack_expect {
|
||||
/* Conntrack expectation list member */
|
||||
|
||||
Reference in New Issue
Block a user