From owner-freebsd-current@FreeBSD.ORG Wed Nov 8 18:55:27 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 485E116A47B; Wed, 8 Nov 2006 18:55:27 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2736043D76; Wed, 8 Nov 2006 18:55:21 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id kA8It8tf068469; Wed, 8 Nov 2006 13:55:17 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-current@freebsd.org Date: Wed, 8 Nov 2006 13:50:18 -0500 User-Agent: KMail/1.9.1 References: <0816728210329F46A07F3C57CF00E32D071AF3@KOCEW2KSV13.koce-ad.int.koce.org> In-Reply-To: <0816728210329F46A07F3C57CF00E32D071AF3@KOCEW2KSV13.koce-ad.int.koce.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611081350.18979.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Wed, 08 Nov 2006 13:55:18 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2177/Wed Nov 8 11:10:40 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: davidch@freebsd.org, Michael Peer Subject: Re: Multicast does not work with Dell 2950 with Broadcom NetXtreme II BCM5708 1000Base-T X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Nov 2006 18:55:27 -0000 On Tuesday 07 November 2006 18:45, Michael Peer wrote: > GB 0 interface is listed as bce1, and GB 1 is listed as bce1. Do not > see that with older dells that use em0, and em1 on-board NIC, > > Funny thing is if I run tcpdump -i bce0 net 224.0.0.0/8 then the router > works! That would indicate a bug in the multicast filter setup in the bce(4) driver. -- John Baldwin