From owner-freebsd-net@FreeBSD.ORG Sun Jun 29 07:31:47 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 C80CD1065690 for ; Sun, 29 Jun 2008 07:31:47 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.188]) by mx1.freebsd.org (Postfix) with ESMTP id 4CACD8FC0C for ; Sun, 29 Jun 2008 07:31:46 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so524643tid.3 for ; Sun, 29 Jun 2008 00:31:46 -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=EAS6exBJc7SrzIVdv9FAltgziDNSG926yL9EqfU7niU=; b=T/zoN94GBPuSxumaU6/P3pJnhWNqcUmxMxKuyHZOJ4vR9AklXWzeJa09dw9gbkGKli uEit4kJLhar3H7Vb7uMgQEOWQPzHGgRby4ed6A8tLZOlTRcS0ED/80wKNlEyh+uKoUWh 4N1O4wYHB5Uw8lfoX9b/zewv5AYLYD6PbsEJI= 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=jIkwfhDO/CPkljXMVvhyOUiaY/kLSfVR+NPF1IzXYIE84JsLzlPVIsTR+pcMA/MCyC wjmjv81r62LiXIFNm0FJoIVnvaAlZyOiD86FpHsuCCkUmrsHkBEtSIPxxgBdQcazii+j 330MLSOeJj36dAbL484YFr/nhjb1dFESri0ak= Received: by 10.110.68.10 with SMTP id q10mr3445629tia.37.1214724706043; Sun, 29 Jun 2008 00:31:46 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id 22sm7621590tim.10.2008.06.29.00.31.43 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 29 Jun 2008 00:31:44 -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 m5T7TZJp076829 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 29 Jun 2008 16:29:35 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m5T7TWEO076828; Sun, 29 Jun 2008 16:29:32 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Sun, 29 Jun 2008 16:29:32 +0900 From: Pyun YongHyeon To: "Eugene M. Kim" <20080111.freebsd.org@ab.ote.we.lv> Message-ID: <20080629072932.GA76469@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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4864A217.3040309@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: Sun, 29 Jun 2008 07:31:47 -0000 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