From owner-cvs-all@FreeBSD.ORG Thu May 17 22:49:15 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EBCA016A400; Thu, 17 May 2007 22:49:15 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id BA5A513C45D; Thu, 17 May 2007 22:49:15 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 9CF122201CE; Thu, 17 May 2007 18:50:52 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 17 May 2007 18:49:15 -0400 X-Sasl-enc: wbND4T0u268Pjtg/TmCQJF9E7lmpbxr/gWqD+K+jhz1h 1179442156 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id E26402CF4D; Thu, 17 May 2007 18:49:15 -0400 (EDT) Message-ID: <464CDBE8.6080809@incunabulum.net> Date: Thu, 17 May 2007 23:49:12 +0100 From: "Bruce M. Simpson" User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: JINMEI Tatuya References: <200705172120.l4HLKRTQ098443@repoman.freebsd.org> In-Reply-To: <200705172120.l4HLKRTQ098443@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet icmp6.h src/sys/netinet6 icmp6.c in6_proto.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2007 22:49:16 -0000 JINMEI Tatuya wrote: > Log: > - Disabled responding to NI queries from a global address by default as > specified in RFC4620. A new flag for icmp6_nodeinfo was added to enable the > feature. > - Also cleaned up the code so that the semantics of the icmp6_nodeinfo > flags is clearer (i.e., defined specific macro names instead of using > hard-coded values). > Thanks for doing this. I distributed a speculative patch for doing this amongst 'the junta', but have not had free time to work on the issue further. Regards, BMS