From owner-freebsd-bugs@FreeBSD.ORG Thu Apr 20 10:00:26 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 9C4EF16A403 for ; Thu, 20 Apr 2006 10:00:26 +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 EB6AD43D4C for ; Thu, 20 Apr 2006 10:00:25 +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 k3KA0Ph9040408 for ; Thu, 20 Apr 2006 10:00:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k3KA0PZI040407; Thu, 20 Apr 2006 10:00:25 GMT (envelope-from gnats) Resent-Date: Thu, 20 Apr 2006 10:00:25 GMT Resent-Message-Id: <200604201000.k3KA0PZI040407@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmity Andrianov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C60B816A400 for ; Thu, 20 Apr 2006 09:55:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 965E243D45 for ; Thu, 20 Apr 2006 09:55:48 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k3K9tjwA010523 for ; Thu, 20 Apr 2006 09:55:45 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k3K9tjWM010522; Thu, 20 Apr 2006 09:55:45 GMT (envelope-from nobody) Message-Id: <200604200955.k3K9tjWM010522@www.freebsd.org> Date: Thu, 20 Apr 2006 09:55:45 GMT From: Dmity Andrianov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: 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 List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2006 10:00:26 -0000 >Number: 96094 >Category: misc >Synopsis: startup scripts do not configure gif interfaces under certain circumstances >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Apr 20 10:00:25 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Dmity Andrianov >Release: FreeBSD 6.0-RELEASE #0 >Organization: DataArt >Environment: >Description: The list_net_interfaces() function of /etc/network.subr uses the following code to build list of interfaces when network_interfaces is NOT set to "auto": _tmplist="${network_interfaces} ${cloned_interfaces}" This does not account gif interfaces specified with gif_interfaces option. Of course it is possible to set gif_interfaces equal to cloned_interfaces in the /etc/rc.conf but this will cause "ifconfig gifN create" to be executed twice (second invocation reports error - interface already created) >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: