From owner-freebsd-stable@FreeBSD.ORG Fri Dec 7 01:06:31 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1115116A419 for ; Fri, 7 Dec 2007 01:06:31 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181]) by mx1.freebsd.org (Postfix) with ESMTP id CF61413C468 for ; Fri, 7 Dec 2007 01:06:30 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1031959waf for ; Thu, 06 Dec 2007 17:06:30 -0800 (PST) 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=pE9Nn16KDkOGFpR2ctP075XYoYUSfXiHSNjtgrg9wjI=; b=KlrE1CkMF5B2UBY+NZup+9Wq5P2/ja1dqdAEs7LNODh1pIZkxOJpGMtnaAW913AKPSOZG1Jz4SVDROuCT2fQSRJkbdquIhgn5HTVRuz2BAdDdLPbr0c51kx9ytakPpAU5GM0lyQuv9yZjhf7tnpHRM3OdrPm+1d2LuLUco2hJMc= 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=LjSJIFWzpvguQduxDS3o+Xtbacm+oTpLsexdDfEGKAnY9hGDbNQZ6dD1E3mlcyE1+s9Yh06mFOAN1F1sov+sjFyzTRz6JSlJxAjqp7QXhOIDU6XVHzHbys/vBIBUiTHob0xAu8yf54yHVUfmTCD7KovXB83JSdJm01RQoylN2WQ= Received: by 10.114.80.4 with SMTP id d4mr2457976wab.1196989589933; Thu, 06 Dec 2007 17:06:29 -0800 (PST) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id m5sm10478wag.2007.12.06.17.06.12 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 06 Dec 2007 17:06:28 -0800 (PST) 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 lB711hRQ048595 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 7 Dec 2007 10:01:43 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id lB711g0s048594; Fri, 7 Dec 2007 10:01:42 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Fri, 7 Dec 2007 10:01:42 +0900 From: Pyun YongHyeon To: Abdullah Ibn Hamad Al-Marri Message-ID: <20071207010142.GA48331@cdnetworks.co.kr> References: <81472.63043.qm@web33713.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <81472.63043.qm@web33713.mail.mud.yahoo.com> User-Agent: Mutt/1.4.2.1i Cc: FreeBSD STABLE Subject: Re: Intel DG31PR and RTL8168/8111 issue X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2007 01:06:31 -0000 On Thu, Dec 06, 2007 at 11:20:19AM -0800, Abdullah Ibn Hamad Al-Marri wrote: [...] > > Shall I issue more commands and send it? > I'd like to know whether multicat filtering really works on your hardware. It would be even better if you can test it on IPv6 environments. Just assign an IPv6 address to your re0 and send a ICMPv6 node information DNS name query from other hosts. For exmaple, 'ping6 -w ff02::1%foo0' command will report hostname of host with re0 interface if multicast filtering works(Change foo0 with interface instance of a driver.) -- Regards, Pyun YongHyeon