From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH net-next] bridge: implement multicast fast leave Date: Mon, 3 Dec 2012 07:53:16 -0800 Message-ID: <20121203075316.0b1da39d@nehalam.linuxnetplumber.net> References: <1354545363-11953-1-git-send-email-amwang@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, bridge@lists.linux-foundation.org, "David S. Miller" , Herbert Xu To: Cong Wang Return-path: In-Reply-To: <1354545363-11953-1-git-send-email-amwang@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: bridge-bounces@lists.linux-foundation.org Errors-To: bridge-bounces@lists.linux-foundation.org List-Id: netdev.vger.kernel.org On Mon, 3 Dec 2012 22:36:03 +0800 Cong Wang wrote: > 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 > Cc: Stephen Hemminger > Cc: "David S. Miller" > Signed-off-by: Cong Wang I like the feature, and it looks like an oversight in the initial design. Why is this not the default, adding more options obscures it.