From owner-freebsd-net@FreeBSD.ORG Tue Jul 1 00:29:11 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73AC7106567A for ; Tue, 1 Jul 2008 00:29:11 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.228]) by mx1.freebsd.org (Postfix) with ESMTP id 380388FC1A for ; Tue, 1 Jul 2008 00:29:11 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1875557rvf.43 for ; Mon, 30 Jun 2008 17:29:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:date:from :to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=CHP88dbAgDv3VBpbYTjqXE3zk90ENoydFnXqYguuh/0=; b=TPyxuL4AKM9zmy9Lkn56tPS46Y9jNHrLCzcndHxgs+gj0muJ1p50YIauyquD0R0Rcl rh3dwQPIT7VHJRgldqsDnJrTiEyPh4JmIDhUYD9aNR98zP2G4usWAO1zeUYcv5Humzkv cS7DOvkXaicDfGQvuhVuy3CBucLMBuLdnqWP0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=J22G4BkqJWnHDlI4Lh5+VY2H58u+649wwM47SWAwQ97Rb/W1Sgno8pYHlYzJthKpKE dnT+M4e4xEPaw+j1jIHlhBeIuIz7qzCPnirZ2GH5pvP495DAO4YfKbhhbOs0TU2ded4F RJGy97f3PBU/j5CR3G0gwWSsvYWJfqW90fsLc= Received: by 10.141.51.15 with SMTP id d15mr3082729rvk.106.1214872150856; Mon, 30 Jun 2008 17:29:10 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id l31sm8714988rvb.6.2008.06.30.17.29.07 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 30 Jun 2008 17:29:09 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id m610R0Pb083839 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 1 Jul 2008 09:27:00 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m610QxM3083838; Tue, 1 Jul 2008 09:26:59 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Tue, 1 Jul 2008 09:26:59 +0900 From: Pyun YongHyeon To: "Eugene M. Kim" <20080111.freebsd.org@ab.ote.we.lv> Message-ID: <20080701002659.GC83626@cdnetworks.co.kr> References: <200806270345.m5R3j1BT036253@freefall.freebsd.org> <48649776.9040509@ab.ote.we.lv> <20080627074948.GC67753@cdnetworks.co.kr> <4864A217.3040309@ab.ote.we.lv> <20080629072932.GA76469@cdnetworks.co.kr> <48693193.1020404@ab.ote.we.lv> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48693193.1020404@ab.ote.we.lv> User-Agent: Mutt/1.4.2.1i Cc: freebsd-net@FreeBSD.org, yongari@FreeBSD.org Subject: Re: kern/125024: vr(4) does not see incoming multicast packets in non-promiscuous mode (broadcast is fine); breaks IPv6 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2008 00:29:11 -0000 On Mon, Jun 30, 2008 at 12:18:43PM -0700, Eugene M. Kim wrote: > Than you! The new patch fixed the problem. I'll put it under test for > a few more days and let you know if any regression is seen. > Cool, thanks for testing! > Cheers, > Eugene > > Pyun YongHyeon wrote: > >On Fri, Jun 27, 2008 at 01:17:27AM -0700, Eugene M. Kim wrote: > > > Pyun YongHyeon wrote: > > > >I've updated patch again. There was a bug that disabled > > > >multicasting filter. Back out previous patch and try again. > > > >The URL is the same as before. > > > > > > > > > Regards, > > > > > Eugene > > > > > > > > > > rtsol still doesn't work with vr0 being in non-promiscuous mode. > > > However, apparently vr0 picked up router solicitations during system > > > boot-up, as ifconfig shows the correct prefixes autoconfigured. It > > > seems something goes wrong in between. 'o 'a > > > > > > >Oops, I was accessing CAM mask register as 8bit register which > >should be 32bit! Try the patch at the following URL. > > > >http://people.freebsd.org/~yongari/vr/vr.cam.patch2 > > > > > Eugene > > > -- Regards, Pyun YongHyeon