commit | deef4b522b814593407cfd56216840c2b75e9f15 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Dec 09 17:38:11 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 10 16:04:53 2010 -0800 |
tree | 82e8f89a50e5ac994b50f4aa0c79b5f57d6c3102 | |
parent | c053fd96d0d3d18c721f880b8fdd0b925894d9c4 [diff] |
bridge: Use consistent NF_DROP returns in nf_pre_routing The nf_pre_routing functions in bridging have collected two distinct ways of returning NF_DROP over the years, inline and via goto. There is no reason for preferring either one. So this patch arbitrarily picks the inline variant and converts the all the gotos. Also removes a redundant comment. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>