Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Mar 2011 23:56:56 GMT
From:      yongari@FreeBSD.org
To:        neerlan@gmail.com, yongari@FreeBSD.org, freebsd-net@FreeBSD.org, yongari@FreeBSD.org
Subject:   Re: kern/155142: [vr] vr0 without mac address
Message-ID:  <201103052356.p25NuupI018166@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103052356.p25NuupI018166>