kern/168268: [re] if_re doesn't work if you set MAC address

yongari at FreeBSD.org yongari at FreeBSD.org
Thu May 24 02:20:25 UTC 2012


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


More information about the freebsd-net mailing list