From owner-freebsd-net@FreeBSD.ORG Thu Dec 4 22:41:13 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B406C19D for ; Thu, 4 Dec 2014 22:41:13 +0000 (UTC) Received: from mail-wi0-x22f.google.com (mail-wi0-x22f.google.com [IPv6:2a00:1450:400c:c05::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 469A913A for ; Thu, 4 Dec 2014 22:41:13 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id l15so36416205wiw.8 for ; Thu, 04 Dec 2014 14:41:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=0osW1YgsjN1Hy5ZMb4eiQxOEgwEVGkuyd1uLsAPp64M=; b=EA3gqCJMIjbY3v/kJIgeCjJOzriiLvXBA6a80NSNrchkq10ACQuXFLWA2S6uiI6MmR +IVa1aKotOQFWtXY88OGUm5PpRg9It7Wrrw7JePnftwT92aOr9erlShfVxJucNDEsxmi 1J4sfDifBdFjR7BGG//GxJ3qLoLtXUtGHued/oURKbMskfmJorvPU76d12/TmaSTrzvp lBawtR4gPc3y6q0FzJuF/WGl+I/qNGhqHDdhfTcNmPonqn2ziiHuUbmTBli/+6skWWea jZ3y1YuucQbEUF3q/eoOnT+sDpideGFSpvTmOIN+0clNAscTd7elup8mro1apgJ5+2w1 Ed+g== MIME-Version: 1.0 X-Received: by 10.180.92.169 with SMTP id cn9mr24928280wib.26.1417732871720; Thu, 04 Dec 2014 14:41:11 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.106.195 with HTTP; Thu, 4 Dec 2014 14:41:11 -0800 (PST) In-Reply-To: <154421417731858@web18h.yandex.ru> References: <154421417731858@web18h.yandex.ru> Date: Thu, 4 Dec 2014 14:41:11 -0800 X-Google-Sender-Auth: eQmvCM4jRf7I8l9gEdrK3fbxutk Message-ID: Subject: Re: NICs devices switches "pshycial" place on each boot (SOLVED) From: Adrian Chadd To: Martin Hanson Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Net X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2014 22:41:13 -0000 On 4 December 2014 at 14:24, Martin Hanson wrote: > It is worth mentioning that the ONLY reason why this worked is because > the vendor has provided a serial number. Most vendors don't and it > would not have worked then. > > devd NEEDS to be able to see device MAC addresses! I'm surprised it doesn't! Would you mind filing a PR so we do expose that particular bit of data? -a