From owner-freebsd-net@FreeBSD.ORG Fri Jun 27 07:51:59 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 5AADF1065691 for ; Fri, 27 Jun 2008 07:51:59 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.224]) by mx1.freebsd.org (Postfix) with ESMTP id 2C59D8FC18 for ; Fri, 27 Jun 2008 07:51:59 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so440592rvf.43 for ; Fri, 27 Jun 2008 00:51:58 -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=nm439QR3rYsC8BbT2K4HhphaHEEjkH8mISFHqWRAKXs=; b=Ci6wu4UETGoH32UlSKEcmEwPnSMXB1FNaMyqcqFo0rcJX2RWXj+DSg4wRig4bOH0cV Z1d3K7fjfQoaptpQ9O1Kdl/J7zofkBr5qgtZ0sDox/3M2ioxVUiU7GwLpDpjFMBOBHsu /PCU8vHpL1p5l5H+ITXo60GYRuKKB5gA+IxTo= 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=eEgTRHxjqIsHqdvLIQXbQH8yFWp7ViM1Jy+CpOh9QaN3bLWqL/8b+9c+XDSijJJBeQ KC8JzFQrfx0xJaMwWuxHM7nTXEya6KPKP6M/hUPTuN2DULExhAytlCxdJkDk1eCDFaVi lzxbSVPPN/F6WoCXUmHAxc+zmw2xG/kAXzQJ4= Received: by 10.141.15.19 with SMTP id s19mr600830rvi.161.1214553118834; Fri, 27 Jun 2008 00:51:58 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id g31sm1939126rvb.2.2008.06.27.00.51.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 27 Jun 2008 00:51:57 -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 m5R7nnJf069253 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 27 Jun 2008 16:49:49 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m5R7nm7k069252; Fri, 27 Jun 2008 16:49:48 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Fri, 27 Jun 2008 16:49:48 +0900 From: Pyun YongHyeon To: "Eugene M. Kim" <20080111.freebsd.org@ab.ote.we.lv> Message-ID: <20080627074948.GC67753@cdnetworks.co.kr> References: <200806270345.m5R3j1BT036253@freefall.freebsd.org> <48649776.9040509@ab.ote.we.lv> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48649776.9040509@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: Fri, 27 Jun 2008 07:51:59 -0000 On Fri, Jun 27, 2008 at 12:32:06AM -0700, Eugene M. Kim wrote: > yongari@FreeBSD.org wrote: > > Would you try patch at the following URL? > > http://people.freebsd.org/~yongari/vr/vr.cam.patch > > Nope, didn't fix it (symptom's still the same)... ;_; > 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 -- Regards, Pyun YongHyeon