commit | 98a0824a0f33d051f31ca8ff59e289755b244ede | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Nov 30 19:24:49 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Dec 02 21:31:55 2006 -0800 |
tree | 5f8ea3519c60809dc880dfb9737d6a5ebcd8dab0 | |
parent | 40642f95f5f818579bc4cc3ee084b033e662d5b3 [diff] |
[EBTABLES]: Deal with the worst-case behaviour in loop checks. No need to revisit a chain we'd already finished with during the check for current hook. It's either instant loop (which we'd just detected) or a duplicate work. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>