#5746 HIGH Update.: msh0 interface with a bogus name (msh0_rename)
Zarro Boogs per Child
bugtracker at laptop.org
Sat Jan 19 07:25:16 EST 2008
#5746: msh0 interface with a bogus name (msh0_rename)
----------------------+-----------------------------------------------------
Reporter: carrano | Owner: dgilmore
Type: defect | Status: new
Priority: high | Milestone: Update.1
Component: distro | Version:
Resolution: | Keywords: review?
Verified: 0 | Blocking:
Blockedby: |
----------------------+-----------------------------------------------------
Comment(by dwmw2):
This kind of udev rule will allow you to distinguish between eth%d and
msh%d interfaces and stop trying to assign them both the same name...
{{{
# USB device 0x1286:0x2001 (usb)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
ATTR{address}=="00:50:43:28:0a:d9", ATTR{type}=="1",
ATTR{lbs_rtap}=="0x0", NAME="lbsethB"
# USB device 0x1286:0x2001 (usb)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
ATTR{address}=="00:50:43:28:0a:d9", ATTR{type}=="1",
ATTR{anycast_mask}=="0x0", NAME="lbsmshB"
}}}
--
Ticket URL: <http://dev.laptop.org/ticket/5746#comment:12>
One Laptop Per Child <http://dev.laptop.org>
OLPC bug tracking system
More information about the Bugs
mailing list