From owner-freebsd-bugs@FreeBSD.ORG Fri Feb 2 21:40:18 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CFE6916A403 for ; Fri, 2 Feb 2007 21:40:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 658B413C46B for ; Fri, 2 Feb 2007 21:40:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l12LeIe5053079 for ; Fri, 2 Feb 2007 21:40:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l12LeIJK053078; Fri, 2 Feb 2007 21:40:18 GMT (envelope-from gnats) Date: Fri, 2 Feb 2007 21:40:18 GMT Message-Id: <200702022140.l12LeIJK053078@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Bruce M Simpson Cc: Subject: Re: conf/90413: tap0 interface not configured at boot-time X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bruce M Simpson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Feb 2007 21:40:18 -0000 The following reply was made to PR conf/90413; it has been noted by GNATS. From: Bruce M Simpson To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: conf/90413: tap0 interface not configured at boot-time Date: Fri, 02 Feb 2007 21:38:55 +0000 this is a side-effect of not using the if_clone interface; PR kern/105228 contains a possible fix.