diff options
author | Florian Westphal <fw@strlen.de> | 2015-08-26 23:20:51 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2015-08-28 21:04:11 +0200 |
commit | 98dbbfc3f1a555194e784304d930d2aafde3e2a3 (patch) | |
tree | 66bfdc845041c7863353bd7cd4ec8b1bff4e3d0f /net/netfilter | |
parent | 1b383bf912b25029fb180cf2cf8f33f90d6cf97f (diff) | |
download | linux-stable-98dbbfc3f1a555194e784304d930d2aafde3e2a3.tar.gz linux-stable-98dbbfc3f1a555194e784304d930d2aafde3e2a3.tar.bz2 linux-stable-98dbbfc3f1a555194e784304d930d2aafde3e2a3.zip |
Revert "netfilter: xtables: compute exact size needed for jumpstack"
This reverts commit 98d1bd802cdbc8f56868fae51edec13e86b59515.
mark_source_chains will not re-visit chains, so
*filter
:INPUT ACCEPT [365:25776]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [217:45832]
:t1 - [0:0]
:t2 - [0:0]
:t3 - [0:0]
:t4 - [0:0]
-A t1 -i lo -j t2
-A t2 -i lo -j t3
-A t3 -i lo -j t4
# -A INPUT -j t4
# -A INPUT -j t3
# -A INPUT -j t2
-A INPUT -j t1
COMMIT
Will compute a chain depth of 2 if the comments are removed.
Revert back to counting the number of chains for the time being.
Reported-by: Cong Wang <cwang@twopensource.com>
Reported-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter')
0 files changed, 0 insertions, 0 deletions