From owner-freebsd-bugs@FreeBSD.ORG Fri Apr 21 05:30:19 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02B7A16A40E for ; Fri, 21 Apr 2006 05:30:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9799443D53 for ; Fri, 21 Apr 2006 05:30:16 +0000 (GMT) (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 k3L5UGgW028909 for ; Fri, 21 Apr 2006 05:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k3L5UGWV028906; Fri, 21 Apr 2006 05:30:16 GMT (envelope-from gnats) Date: Fri, 21 Apr 2006 05:30:16 GMT Message-Id: <200604210530.k3L5UGWV028906@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Brooks Davis Cc: Subject: Re: misc/96094: startup scripts do not configure gif interfaces under certain circumstances X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Brooks Davis List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 05:30:19 -0000 The following reply was made to PR misc/96094; it has been noted by GNATS. From: Brooks Davis To: Dmity Andrianov Cc: freebsd-gnats-submit@freebsd.org Subject: Re: misc/96094: startup scripts do not configure gif interfaces under certain circumstances Date: Thu, 20 Apr 2006 22:25:24 -0700 We've deprecated setting network_interfaces to anything other than AUTO in 7.0 and I'll probably MFC that documentation to RELENG_6 after the 6.1 release. Now that you can disable automatic, boot time configuration of individual interfaces with the NOAUTO keyword, setting network_interfaces is pretty pointless. As such it seems unlikely we'll fix this bug. In may ways, the real but is appending cloned_interfaces automagically. -- Brooks