From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 3 Dec 2012 07:53:16 -0800 From: Stephen Hemminger Message-ID: <20121203075316.0b1da39d@nehalam.linuxnetplumber.net> In-Reply-To: <1354545363-11953-1-git-send-email-amwang@redhat.com> 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 Subject: Re: [Bridge] [PATCH net-next] bridge: implement multicast fast leave List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cong Wang Cc: netdev@vger.kernel.org, bridge@lists.linux-foundation.org, "David S. Miller" , Herbert Xu 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.