]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[EBTABLES]: Deal with the worst-case behaviour in loop checks.
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 4 Dec 2006 12:12:43 +0000 (13:12 +0100)
committerAdrian Bunk <bunk@stusta.de>
Mon, 4 Dec 2006 12:12:43 +0000 (13:12 +0100)
commite4a7da4a76137dab99b98ce126ec2837dd53f638
tree5e76b7f32c6e8fd0cf7f82084fd65e74d0e1979d
parentf1f7d270d4a610222efe9920b8443d807355bfca
[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>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
net/bridge/netfilter/ebtables.c