Age | Commit message (Collapse) | Author |
|
Bug 6837
Xen does not behave like normal hardware. It assigns a random MAC
address (with local bit set).
|
|
When system is booted with newly detected wireless device, both
the hw-id and physical-device need to be setup.
|
|
The code to match on locally assigned bit had a bad regex.
Use conversion to hex and mask instead.
Also don't allow multicast address bit.
|
|
If config has interface (without hw-id), then add it on boot.
|
|
Makes new entries show up in order.
|
|
Use existing config parser and perl to handle udev device naming.
Do renaming early in udev boot, and fixup config file later.
This avoids rescanning udev devices on boot and adds preliminary
support for hotplug.
|