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)
commitc4fcb78cf8ae55667809e54e54872a21025dd073
tree3c0319c853f6275494d60f32fc8ade12532f13a6
parent3fe2d7c70b747d5d968f4e8fa210676d49d40059
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