bridge: implement multicast fast leave
authorDavid S. Miller <davem@davemloft.net>
Wed, 5 Dec 2012 21:24:45 +0000 (16:24 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 5 Dec 2012 21:24:45 +0000 (16:24 -0500)
V3: make it a flag
V2: make the toggle per-port

Fast leave allows bridge to immediately stops the multicast
traffic on the port receives IGMP Leave when IGMP snooping is enabled,
no timeouts are observed.

Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: Stephen Hemminger <shemminger@vyatta.com>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Cong Wang <amwang@redhat.com>

No differences found