From owner-cvs-all@FreeBSD.ORG Fri Nov 14 13:04:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7F8616A4CE; Fri, 14 Nov 2003 13:04:05 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CA3E43FCB; Fri, 14 Nov 2003 13:04:04 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 6575E65434; Fri, 14 Nov 2003 21:04:03 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 98153-04-7; Fri, 14 Nov 2003 21:04:03 +0000 (GMT) Received: from saboteur.dek.spc.org (unknown [82.147.19.91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id AB2BC65493; Fri, 14 Nov 2003 21:04:02 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 4EFB826; Fri, 14 Nov 2003 21:04:00 +0000 (GMT) Date: Fri, 14 Nov 2003 21:04:00 +0000 From: Bruce M Simpson To: cvs-src@FreeBSD.org Message-ID: <20031114210400.GF64140@saboteur.dek.spc.org> Mail-Followup-To: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200311142058.hAEKw0Kv072511@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311142058.hAEKw0Kv072511@repoman.freebsd.org> cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/if_gre Makefile src/sys/net if_gre.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2003 21:04:05 -0000 On Fri, Nov 14, 2003 at 12:58:00PM -0800, Bruce M Simpson wrote: > Log: > Fix a bug whereby the physical endpoints of a gre(4) tunnel would not > be printed, if the module were loaded into a kernel which had INET6 enabled. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ I really mean 'if one attempts to use an ifconfig built for an INET6 and INET world' here. BMS