From owner-freebsd-current@FreeBSD.ORG Sat Sep 5 17:17:58 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8743A1065672 for ; Sat, 5 Sep 2009 17:17:58 +0000 (UTC) (envelope-from bw@exodus.desync.com) Received: from exodus.desync.com (exodus.desync.com [IPv6:2607:f178::164]) by mx1.freebsd.org (Postfix) with ESMTP id 35C188FC0A for ; Sat, 5 Sep 2009 17:17:57 +0000 (UTC) Received: from exodus.desync.com (localhost [127.0.0.1]) by exodus.desync.com (8.14.3/8.14.3) with ESMTP id n85HHuR6069830 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 5 Sep 2009 13:17:56 -0400 (EDT) (envelope-from bw@exodus.desync.com) Received: (from bw@localhost) by exodus.desync.com (8.14.3/8.14.2/Submit) id n85HHuV0069829 for freebsd-current@freebsd.org; Sat, 5 Sep 2009 13:17:56 -0400 (EDT) (envelope-from bw) Date: Sat, 5 Sep 2009 13:17:56 -0400 From: ben wilber To: FreeBSD CURRENT Mailing List Message-ID: <20090905171756.GA2827@exodus.desync.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Angst-Level: High User-Agent: Mutt/1.5.20 (2009-06-14) Subject: ipv6 addresses on loopback broken X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Sep 2009 17:17:58 -0000 Hello, It looks like IPv6 addresses bound to loopback interfaces no longer work. % ifconfig lo0 lo0: flags=8049 metric 0 mtu 16384 options=3 inet 127.0.0.1 netmask 0xff000000 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5 inet6 2607:f178:0:3::12 prefixlen 128 % route -n get -inet6 2607:f178:0:3::12 route to: 2607:f178:0:3::12 destination: :: mask: default gateway: 2607:f178::1 interface: mxge0 flags: recvpipe sendpipe ssthresh rtt,msec mtu weight expire 0 0 0 0 1500 1 0 % uname -a FreeBSD exodus 9.0-CURRENT FreeBSD 9.0-CURRENT #8: Sat Sep 5 10:23:33 EDT 2009 bw@exodus:/usr/obj/usr/src/sys/COMRADE amd64 bw.