From owner-freebsd-net@FreeBSD.ORG Sat Mar 5 23:56:57 2011 Return-Path: Delivered-To: freebsd-net@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 508A6106572D; Sat, 5 Mar 2011 23:56:57 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 40ACD8FC14; Sat, 5 Mar 2011 23:56:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p25NuvDE018170; Sat, 5 Mar 2011 23:56:57 GMT (envelope-from yongari@freefall.freebsd.org) Received: (from yongari@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p25NuupI018166; Sat, 5 Mar 2011 23:56:56 GMT (envelope-from yongari) Date: Sat, 5 Mar 2011 23:56:56 GMT Message-Id: <201103052356.p25NuupI018166@freefall.freebsd.org> To: neerlan@gmail.com, yongari@FreeBSD.org, freebsd-net@FreeBSD.org, yongari@FreeBSD.org From: yongari@FreeBSD.org Cc: Subject: Re: kern/155142: [vr] vr0 without mac address X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Mar 2011 23:56:57 -0000 Synopsis: [vr] vr0 without mac address State-Changed-From-To: open->feedback State-Changed-By: yongari State-Changed-When: Sat Mar 5 23:56:00 UTC 2011 State-Changed-Why: Would you show me full dmesg(8) output of your box? vr(4) was not touched for a long time so what is the last known FreeBSD release that used to get correct station address on your vr(4) controller? BTW, the FreeBSD's way to change the station address of controller is to create a file in /etc directory with name start_if.$INTERFACE_NAME. In other words, create a file with /etc/start_if.vr0 and put the following content into the file. # ifconfig vr0 ether 00:01:02:03:04:05 These entries are read by sh(1) and executed before configuring the interface. See rc.conf(5) for more information. Responsible-Changed-From-To: freebsd-net->yongari Responsible-Changed-By: yongari Responsible-Changed-When: Sat Mar 5 23:56:00 UTC 2011 Responsible-Changed-Why: Grab. http://www.freebsd.org/cgi/query-pr.cgi?pr=155142