From owner-freebsd-net@FreeBSD.ORG Sat Sep 6 11:32:54 2003 Return-Path: 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 E9F5216A4BF for ; Sat, 6 Sep 2003 11:32:54 -0700 (PDT) Received: from hysteria.spc.org (hysteria.spc.org [195.206.69.234]) by mx1.FreeBSD.org (Postfix) with SMTP id A7CF243FDD for ; Sat, 6 Sep 2003 11:32:53 -0700 (PDT) (envelope-from bms@hysteria.spc.org) Received: (qmail 7693 invoked by uid 5013); 6 Sep 2003 18:29:29 -0000 Date: Sat, 6 Sep 2003 19:29:29 +0100 From: Bruce M Simpson To: Juan Rodriguez Hervella Message-ID: <20030906182929.GO1417@spc.org> Mail-Followup-To: Bruce M Simpson , Juan Rodriguez Hervella , freebsd-net@freebsd.org References: <20030903233510.GC19767@spc.org> <200309041054.13899.jrh@it.uc3m.es> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200309041054.13899.jrh@it.uc3m.es> User-Agent: Mutt/1.4.1i Organization: SPC cc: freebsd-net@freebsd.org Subject: Re: ifconfig(8) does not display tunnel endpoints for gre(4) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2003 18:32:55 -0000 On Thu, Sep 04, 2003 at 10:54:12AM +0200, Juan Rodriguez Hervella wrote: > [snipped] > gre0: flags=b051 mtu 1476 > inet 192.168.1.1 --> 192.168.2.1 netmask 0xffffff00 > inet6 fe80::2c0:26ff:fea3:5df6%gre0 prefixlen 64 scopeid 0x5 > > > Besides, I think that every interface already has a link-local IPv6 address, > so I don't quite catch what you're saying in the PR, which I quoted here: > > "When the system is compiled with INET6 support, then any instance of > a tunnel clone interface must have an AF_INET6 address configured on > it for the tunnel source/destination to be displayed." I forgot to mention I've explicitly disabled ip6 link-local addresses on my machine, via the following sysctl: net.inet6.ip6.auto_linklocal: 0 ifconfig doesn't display 'tunnel' for your GRE interfaces, this is the problem I'm talking about. Not being able to see the addresses used in the encapsulating IP header is a bug. BMS