]> git.baikalelectronics.ru Git - kernel.git/commit
[EBTABLES]: Deal with the worst-case behaviour in loop checks.
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 1 Dec 2006 03:24:49 +0000 (19:24 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:31:55 +0000 (21:31 -0800)
commit996d98ef44954b75a84476dd4c74fe605c1e48b1
tree5f8ea3519c60809dc880dfb9737d6a5ebcd8dab0
parent6b58c00a05dc1df7ee002c80d4a3d2d379cb548f
[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>
net/bridge/netfilter/ebtables.c