From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] bridge: fix switched interval for MLD Query types Date: Mon, 17 Jun 2013 17:11:41 -0700 (PDT) Message-ID: <20130617.171141.1129703356005827268.davem@davemloft.net> References: <1371417634-29803-1-git-send-email-linus.luessing@web.de> Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: stephen@networkplumber.org, netdev@vger.kernel.org, bridge@lists.linux-foundation.org, linux-kernel@vger.kernel.org To: linus.luessing@web.de Return-path: In-Reply-To: <1371417634-29803-1-git-send-email-linus.luessing@web.de> 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 From: Linus L=FCssing Date: Sun, 16 Jun 2013 23:20:34 +0200 > General Queries (the one with the Multicast Address field > set to zero / '::') are supposed to have a Maximum Response Delay > of [Query Response Interval], while for Multicast-Address-Specific > Queries it is [Last Listener Query Interval] - not the other way > round. (see RFC2710, section 7.3+7.8) > = > Signed-off-by: Linus L=FCssing Applied, thanks.