]> git.baikalelectronics.ru Git - kernel.git/commit
bridge: Add multicast data-path hooks
authorHerbert Xu <herbert@gondor.apana.org.au>
Sat, 27 Feb 2010 19:41:48 +0000 (19:41 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 28 Feb 2010 08:49:45 +0000 (00:49 -0800)
commita7383ab9e6d3997b682cb8e9c27ac15203589ec7
tree3c0319c853f6275494d60f32fc8ade12532f13a6
parent1df816ae6c2ba4ae7e56333368b183caed8c6594
bridge: Add multicast data-path hooks

This patch finally hooks up the multicast snooping module to the
data path.  In particular, all multicast packets passing through
the bridge are fed into the module and switched by it.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_device.c
net/bridge/br_input.c