From owner-freebsd-net@FreeBSD.ORG Sun Sep 17 09:31:35 2006 Return-Path: X-Original-To: net@freebsd.org Delivered-To: freebsd-net@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11D2516A403 for ; Sun, 17 Sep 2006 09:31:35 +0000 (UTC) (envelope-from gnn@neville-neil.com) Received: from mrout1.yahoo.com (mrout1.yahoo.com [216.145.54.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id B74E643D45 for ; Sun, 17 Sep 2006 09:31:34 +0000 (GMT) (envelope-from gnn@neville-neil.com) Received: from minion.local.neville-neil.com (proxy7.corp.yahoo.com [216.145.48.98]) by mrout1.yahoo.com (8.13.6/8.13.6/y.out) with ESMTP id k8H9VRpN093447; Sun, 17 Sep 2006 02:31:28 -0700 (PDT) Date: Sun, 17 Sep 2006 18:31:27 +0900 Message-ID: From: gnn@freebsd.org To: "Matt Reimer" In-Reply-To: References: User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.0.50 (i386-apple-darwin8.7.1) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: net@freebsd.org Subject: Re: Can someone take a look at PR 89061 (ipv6 autoconfigure 6to4) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Sep 2006 09:31:35 -0000 At Fri, 8 Sep 2006 17:14:18 -0700, Matt Reimer wrote: > > Can someone take a look at PR 89061 > (http://www.freebsd.org/cgi/query-pr.cgi?pr=89061). It contains a > patch adding an /etc/rc.conf knob to autoconfigure an RFC 3068 6to4 > address. > The comments in the PR indicate that awk can't be used at that point, so if that's true, while I think it's a good idea, the implementation will have to changed. From an IPv6 standpoint it's fine though. Later, George