From owner-freebsd-net@FreeBSD.ORG Mon Oct 2 10:18:12 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 30EAF16A492 for ; Mon, 2 Oct 2006 10:18:12 +0000 (UTC) (envelope-from gnn@neville-neil.com) Received: from mrout1-b.corp.dcn.yahoo.com (mrout1-b.corp.dcn.yahoo.com [216.109.112.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDBFE43D5E for ; Mon, 2 Oct 2006 10:18:11 +0000 (GMT) (envelope-from gnn@neville-neil.com) Received: from minion.local.neville-neil.com (proxy8.corp.yahoo.com [216.145.48.13]) by mrout1-b.corp.dcn.yahoo.com (8.13.6/8.13.6/y.out) with ESMTP id k92AI3KI023601 for ; Mon, 2 Oct 2006 03:18:03 -0700 (PDT) Date: Mon, 02 Oct 2006 19:18:00 +0900 Message-ID: From: gnn@freebsd.org To: net@freebsd.org 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: Subject: HEADS UP, minor change to IPv6 link local address setup 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: Mon, 02 Oct 2006 10:18:12 -0000 Hi Folks, I just committed to HEAD a minor change to our IPv6 support. Unless a user sets ipv6_enable to YES in rc.conf link local addresses will NOT appear on any interface. This seems to make some sense because you shouldn't have them if you didn't ask for IPv6 to be enabled. IPv6 remains in the kernel by default. Please let me know if there are any issues with this change. I did test this but of course not as extensively as all of you can. I intend to MFC this in 3 days if re@ is willing to let me. Thanks, George