commit | a76ae1c85576b4b833a506925417d746bc839302 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Mon May 09 16:24:31 2016 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon May 09 16:45:49 2016 +0200 |
tree | deb8b7212101d6c92d34ac1954b5f621ab6d1b95 | |
parent | 464c38556e06723b4c77d36fecff140b8527bc59 [diff] |
netfilter: conntrack: use a single nat bysource table for all namespaces We already include netns address in the hash, so we only need to use net_eq in find_appropriate_src and can then put all entries into same table. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>