Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755497AbbBLMDm (ORCPT ); Thu, 12 Feb 2015 07:03:42 -0500 Received: from mailhub.sw.ru ([195.214.232.25]:4313 "EHLO relay.sw.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755288AbbBLMDl (ORCPT ); Thu, 12 Feb 2015 07:03:41 -0500 Message-ID: <54DC9614.9060502@parallels.com> Date: Thu, 12 Feb 2015 15:01:24 +0300 From: Vasily Averin Organization: Parallels User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: =?UTF-8?B?TGludXMgTMO8c3Npbmc=?= CC: netdev@vger.kernel.org, bridge@lists.linux-foundation.org, Stephen Hemminger , "David S. Miller" , linux-kernel@vger.kernel.org, Herbert Xu , Cong Wang Subject: Re: bride: IPv6 multicast snooping enhancements References: <1378253619-23918-1-git-send-email-linus.luessing@web.de> <54D9C4ED.6040601@parallels.com> <20150210114428.GK2489@odroid> <54DA0EAD.60002@parallels.com> <20150212114117.GC3665@odroid> In-Reply-To: <20150212114117.GC3665@odroid> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1402 Lines: 31 On 12.02.2015 14:41, Linus Lüssing wrote: > On Tue, Feb 10, 2015 at 04:59:09PM +0300, Vasily Averin wrote: >> I'm trying to fix ICMPv6 processing broken in OpenVZ after rebase to last RHEL6u6 kernel. >> After some unclear manipulation bridge begins to forward icmp6 NS (fe02::1) into wrong port, >> and at present I do not found the reason of this failure. > > fe02::1 seems uncommon for ICMPv6 NS messages. Would you mind > making some dumps for ~10 minutes with tcpdump on all bridge ports > and the bridge interface itself with a filter "icmp6" and uploading the > result somewhere? > > Also provide a dump from "bridge mdb show dev $bridge" please (if > possible - not sure whether that's available on the ancient 2.6.32 > kernel as used on RHEL6u6). Thank you, "bridge mdb show" helps me to find an external router. Therefore bridge forwarded all locally generated multicasts to external port. Then forwarded messages was lost or was filtered or just incorrectly processed, but in any case they never returned back. So as far as I understand bridge itself works correctly, it isn't responsible for external troubles. Thank you, Vasily Averin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/