bridge: Add multicast start/stop hooks
This patch hooks up the bridge start/stop and add/delete/disable port functions to the new multicast module. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
5cb5e947d8
commit
3fe2d7c70b
@@ -108,6 +108,7 @@ void br_stp_disable_port(struct net_bridge_port *p)
|
||||
del_timer(&p->hold_timer);
|
||||
|
||||
br_fdb_delete_by_port(br, p, 0);
|
||||
br_multicast_disable_port(p);
|
||||
|
||||
br_configuration_update(br);
|
||||
|
||||
|
Reference in New Issue
Block a user