From owner-cvs-all@FreeBSD.ORG Tue May 1 14:26:36 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 4489D16A401; Tue, 1 May 2007 14:26:36 +0000 (UTC) (envelope-from rpaulo@fnop.net) Received: from core.fnop.net (mx.fnop.net [82.102.11.82]) by mx1.freebsd.org (Postfix) with ESMTP id AC84E13C45A; Tue, 1 May 2007 14:26:35 +0000 (UTC) (envelope-from rpaulo@fnop.net) Received: from core.fnop.net (mx.fnop.net [82.102.11.82]) by core.fnop.net (Postfix) with ESMTP id 04B026905F2; Tue, 1 May 2007 15:27:20 +0100 (WEST) Received: by core.fnop.net (Postfix, from userid 1015) id B7D2B6907D5; Tue, 1 May 2007 15:27:19 +0100 (WEST) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on core.fnop.net X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO,RCVD_IN_SORBS_DUL autolearn=no version=3.1.7 Received: from epsilon.local.fnop.net (87-196-57-75.net.novis.pt [87.196.57.75]) by core.fnop.net (Postfix) with ESMTP id 1722F6905F2; Tue, 1 May 2007 15:27:19 +0100 (WEST) Date: Tue, 01 May 2007 15:26:20 +0100 Message-ID: <861wi0mxgz.wl%rpaulo@fnop.net> From: Rui Paulo To: Darren Reed In-Reply-To: <20070501043319.GA29539@hub.freebsd.org> References: <200704241142.l3OBggmW065495@repoman.freebsd.org> <20070501043319.GA29539@hub.freebsd.org> User-Agent: Wanderlust/2.14.0 (Africa) Emacs/21.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: ClamAV using ClamSMTP Cc: "George V. Neville-Neil" , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet6 in6.h in6_proto.c route6.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: Tue, 01 May 2007 14:26:36 -0000 At Tue, 1 May 2007 04:33:19 +0000, Darren Reed wrote: > > On Tue, Apr 24, 2007 at 11:42:42AM +0000, George V. Neville-Neil wrote: > > gnn 2007-04-24 11:42:42 UTC > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_6) > > sys/netinet6 in6.h in6_proto.c route6.c > > Log: > > Add a new sysctl net.inet.ip6.rthdr0_allowed, which is default off, > > to disable the processing of Route Header Type 0 options in IPv6. > > This is not really an MFC because currently in HEAD the processing > > of these options is disabled unilateraly pending discussion at the IETF > > on the future of such headers. > > Given this direction came from the IETF, is there an internet draft > or RFC or BCP that discusses or summarises this? No, I don't think there is one yet.