Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 May 2012 02:20:24 GMT
From:      yongari@FreeBSD.org
To:        ika256@gmail.com, yongari@FreeBSD.org, freebsd-net@FreeBSD.org, yongari@FreeBSD.org
Subject:   Re: kern/168268: [re] if_re doesn't work if you set MAC address
Message-ID:  <201205240220.q4O2KO8b041267@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: [re] if_re doesn't work if you set MAC address

State-Changed-From-To: open->feedback
State-Changed-By: yongari
State-Changed-When: Thu May 24 02:19:19 UTC 2012
State-Changed-Why: 
I think the correct way to change station address is to use
/etc/start_if.<interface>. For this case, the filename would be
/etc/start_if.re0 and its contents could be like the following.

#!/bin/sh
/sbin/ifconfig $1 ether 00:02:1a:2b:3c:4d

See rc.conf(5) for more details.


Responsible-Changed-From-To: freebsd-net->yongari
Responsible-Changed-By: yongari
Responsible-Changed-When: Thu May 24 02:19:19 UTC 2012
Responsible-Changed-Why: 
Grab.

http://www.freebsd.org/cgi/query-pr.cgi?pr=168268



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