From owner-freebsd-rc@FreeBSD.ORG Sat Aug 26 14:30:16 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 93C7116A4DD for ; Sat, 26 Aug 2006 14:30:16 +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 2AE8E449A4 for ; Sat, 26 Aug 2006 14: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 k7QEUG7p032142 for ; Sat, 26 Aug 2006 14: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 k7QEUGMj032140; Sat, 26 Aug 2006 14:30:16 GMT (envelope-from gnats) Date: Sat, 26 Aug 2006 14:30:16 GMT Message-Id: <200608261430.k7QEUGMj032140@freefall.freebsd.org> To: freebsd-rc@FreeBSD.org From: Ruslan Ermilov Cc: Subject: Re: conf/102502: ifconfig name does't rename netgraph node X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ruslan Ermilov 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: Sat, 26 Aug 2006 14:30:16 -0000 The following reply was made to PR conf/102502; it has been noted by GNATS. From: Ruslan Ermilov To: Aleksey Shirokih Cc: Gleb Smirnoff , bug-followup@FreeBSD.org Subject: Re: conf/102502: ifconfig name does't rename netgraph node Date: Sat, 26 Aug 2006 18:26:25 +0400 On Fri, Aug 25, 2006 at 11:05:02AM +0000, Aleksey Shirokih wrote: > > >Number: 102502 > >Category: conf > >Synopsis: ifconfig name does't rename netgraph node > ng_ether(4) creates all nodes when it's loaded, or when a new interface is attached, and it *attempts* to name a node with its interface's name. This is not guaranteed though. If you need to rename interfaces, you can load ng_ether module *after* doing the renames. It's not ideal, e.g., it'll still require manual intervention if a new interface is plugged, but I don't think that automatic renaming of nodes should happen, unconditionally. Cheers, -- Ruslan Ermilov ru@FreeBSD.org FreeBSD committer