From owner-freebsd-rc@FreeBSD.ORG Tue Jul 25 11:18:06 2006 Return-Path: X-Original-To: freebsd-rc@hub.freebsd.org Delivered-To: freebsd-rc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3016E16A4DD; Tue, 25 Jul 2006 11:18:06 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E460F43D5C; Tue, 25 Jul 2006 11:18:05 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from freefall.freebsd.org (yar@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6PBI5h5053505; Tue, 25 Jul 2006 11:18:05 GMT (envelope-from yar@freefall.freebsd.org) Received: (from yar@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6PBI5Wm053501; Tue, 25 Jul 2006 11:18:05 GMT (envelope-from yar) Date: Tue, 25 Jul 2006 11:18:05 GMT From: Yar Tikhiy Message-Id: <200607251118.k6PBI5Wm053501@freefall.freebsd.org> To: tpoder@cis.vutbr.cz, yar@FreeBSD.org, freebsd-rc@FreeBSD.org Cc: Subject: Re: conf/100799: rc.conf scripts don't create vlan interfaces X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jul 2006 11:18:06 -0000 Synopsis: rc.conf scripts don't create vlan interfaces State-Changed-From-To: open->feedback State-Changed-By: yar State-Changed-When: Tue Jul 25 11:12:18 UTC 2006 State-Changed-Why: There is an rc.conf variable named "cloned_interfaces" that should list all network interfaces to create. That is, you also need the following line in your rc.conf: cloned_interfaces="vlan0" This approach has proved more reliable than scanning all shell variable names for the ^ifconfig_ pattern. I believe that cloned_interfaces is documented on rc.conf(5). May I close this PR now? http://www.freebsd.org/cgi/query-pr.cgi?pr=100799