From owner-freebsd-current@FreeBSD.ORG Wed Nov 26 14:56:26 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FD44106564A for ; Wed, 26 Nov 2008 14:56:26 +0000 (UTC) (envelope-from jiashiun@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by mx1.freebsd.org (Postfix) with ESMTP id 4D7F38FC1A for ; Wed, 26 Nov 2008 14:56:25 +0000 (UTC) (envelope-from jiashiun@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so244942ywe.13 for ; Wed, 26 Nov 2008 06:56:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=26M4WbdlCz2KBwjkDtspnYguwZYPbu2M97ifJ7JDkQA=; b=E9DSgWuVYyQd/51Px69GCez8WoxzRG6nIqw5K2HRbA84cP/lBRsokLB6t4+XVURuiP 7i4g8M1YMpWDoKai3jwia43aKsje9RdXkuBR1l/Dd5BOGYDHu4U4W5rxb2UeypXaJ2Bp nsyj0ZCUr2G1nvPYmpH0u61EInIoeTr9CF00g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=enhJprmhq/5M08t6TYEVBiRlqh5Y+W5hjHanMJfyXdQetctjwObj4eG0UCjMMxZe19 +3GKBJblkknmgaRH4ixocXxl27jwVM2JZKM5fI0MvrsgLbUHsNZ5mblIhu+9keCQV3Pc hmbGwOoUyyJCfaKRvj9YSfrdB8SejY491nBnQ= Received: by 10.90.83.2 with SMTP id g2mr3353440agb.79.1227711385338; Wed, 26 Nov 2008 06:56:25 -0800 (PST) Received: by 10.90.82.5 with HTTP; Wed, 26 Nov 2008 06:56:25 -0800 (PST) Message-ID: <1d6d20bc0811260656t101ddb0eu35296ac973c6ba10@mail.gmail.com> Date: Wed, 26 Nov 2008 22:56:25 +0800 From: "Jia-Shiun Li" To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: if_le unit number change? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2008 14:56:26 -0000 I use vmware to run freebsd. recent update of 8-current changed the unit number of the virtual network interface, an emulated if_le. usually the unit number should start from 0 ,namely le0. But after updating the source, le0 becomes le1. This makes interface name mismatching that in rc.conf. I checked the commit log but there seems nothing related in sys/dev/le. So should this be caused by something else? The kernels dated 11/5 & 11/26. Jia-Shiun.