From owner-freebsd-net@FreeBSD.ORG Tue Oct 4 10:33:26 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35A151065673 for ; Tue, 4 Oct 2011 10:33:26 +0000 (UTC) (envelope-from matt@xtaz.co.uk) Received: from mail.xtaz.co.uk (tao.xtaz.co.uk [IPv6:2a01:348:294::1]) by mx1.freebsd.org (Postfix) with ESMTP id DF8228FC13 for ; Tue, 4 Oct 2011 10:33:25 +0000 (UTC) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: gmail) by mail.xtaz.co.uk (Postfix) with ESMTPSA id CB658B07530 for ; Tue, 4 Oct 2011 11:33:24 +0100 (BST) Received: by vcbf13 with SMTP id f13so296518vcb.13 for ; Tue, 04 Oct 2011 03:33:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.69.177 with SMTP id f17mr980601vdu.161.1317724403241; Tue, 04 Oct 2011 03:33:23 -0700 (PDT) Received: by 10.52.159.103 with HTTP; Tue, 4 Oct 2011 03:33:23 -0700 (PDT) In-Reply-To: References: Date: Tue, 4 Oct 2011 11:33:23 +0100 Message-ID: From: Matt Smith To: "Li, Qing" Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-net@freebsd.org" Subject: Re: gif interface not passing IPv6 packets 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: Tue, 04 Oct 2011 10:33:26 -0000 On 4 October 2011 10:48, Matt Smith wrote: > I have just applied the patch, recompiled the kernel, and rebooted > with my original configuration in rc.conf and all interfaces have come > up as expected now. The routes are there, I can ping everything, and I > can connect to everything as expected. Actually saying that. I've found a problem meaning some of my software is broken now. Just noticed that lo0 doesn't have a ::1 address: lo0: flags=8049 metric 0 mtu 16384 options=3 inet 127.0.0.1 netmask 0xff000000 If I try and add one I get this: root@tao[~]# ifconfig lo0 inet6 ::1 prefixlen 128 ifconfig: ioctl (SIOCAIFADDR): File exists